当前位置: 首页>>代码示例 >>用法及示例精选 >>正文


Python ArcGIS GroupMigrationManager.create用法及代码示例


本文简要介绍 python 语言中 arcgis.gis.GroupMigrationManager.create 的用法。

用法:

create(items=None, future=True)

返回:

Item -或- StatusJobfuture=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 对象并异步返回结果。

相关用法


注:本文由纯净天空筛选整理自arcgis.com大神的英文原创作品 arcgis.gis.GroupMigrationManager.create。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。