本文简要介绍 python 语言中 arcgis.gis.GroupMigrationManager.create
的用法。
用法:
create(items=None, future=True)
返回:
Item
-或-StatusJob
当future=True
时
create
方法导出一个Group
内容为EPK 包项目.EPK Items
旨在将内容从企业部署迁移到新企业。一旦一个EPK Item
使用此方法创建,您可以使用load
将包的内容摄取到目标企业中。如果您的包包含 web Map、web-mapping 应用程序和/或关联的 web 图层,则在导入操作期间,该方法将负责正确调整服务 URL 和项目 ID。 .. 笔记:There are some limits to this functionality. Packages should be under 10 GB in size and only hosted feature layers, web maps, web-mapping apps, and other text-based items are supported. You need to have **administrative** privileges to run this operation.
Parameter
Description
items
可选列表<项目>。要从组中导出的一组项目。如果没有给出任何内容,将尝试导出所有项目。
future
可选布尔值。当为 True 时,操作将返回一个 Job 对象并异步返回结果。
相关用法
- Python ArcGIS GroupMigrationManager.load用法及代码示例
- Python ArcGIS GroupManager.create用法及代码示例
- Python ArcGIS GroupManager.search用法及代码示例
- Python ArcGIS Group.get_members用法及代码示例
- Python ArcGIS Group.update用法及代码示例
- Python ArcGIS GroupApplication.decline用法及代码示例
- Python ArcGIS Group.search用法及代码示例
- Python ArcGIS Group.invite_users用法及代码示例
- Python ArcGIS Group.add_users用法及代码示例
- Python ArcGIS Group.notify用法及代码示例
- Python ArcGIS Group.get_thumbnail用法及代码示例
- Python ArcGIS GroupApplication.accept用法及代码示例
- Python ArcGIS Geometry.true_centroid用法及代码示例
- Python ArcGIS GeoAccessor.bbox用法及代码示例
- Python ArcGIS Geometry.last_point用法及代码示例
- Python ArcGIS Geometry.measure_on_line用法及代码示例
- Python ArcGIS GeoAccessor.area用法及代码示例
- Python ArcGIS Geometry.point_from_angle_and_distance用法及代码示例
- Python ArcGIS Geometry.hull_rectangle用法及代码示例
- Python ArcGIS GeoAccessor.from_parquet用法及代码示例
- Python ArcGIS Geometry.translate用法及代码示例
- Python ArcGIS Geometry.from_shapely用法及代码示例
- Python ArcGIS Geometry.intersect用法及代码示例
- Python ArcGIS Geometry.length用法及代码示例
- Python ArcGIS Geometry.area用法及代码示例
注:本文由纯净天空筛选整理自arcgis.com大神的英文原创作品 arcgis.gis.GroupMigrationManager.create。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。