當前位置: 首頁>>代碼示例 >>用法及示例精選 >>正文


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。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。