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