本文簡要介紹 python 語言中 arcgis.raster.analytics.export_to_tile_package
的用法。
用法:
arcgis.raster.analytics.export_to_tile_package(input_data, output_name=None, *, gis=None, future=False, **kwargs)
返回:
導出的切片包項目
將平鋪 ImageryLayer 門戶項目導出到切片包。
注意:
目前僅在 ArcGIS 在線上受支持。
Parameter
Description
input_data
需要將平鋪 ImageryLayer 門戶
Item
導出為切片包。output_name
可選字符串。要創建的切片包的名稱。如果未提供,則該方法將創建一個切片包並用作輸出。
gis
可選
GIS
。運行該工具的 GIS。如果未指定,則使用活動 GIS。future
可選布爾值。如果為 True,則結果將是 GPJob 對象,並且結果將異步返回。
例子:
# Usage Example exported_item = export_to_tile_package(input_data = item, output_name = "exported_tile_package")
相關用法
- Python arcgis.learn.export_training_data用法及代碼示例
- Python ArcGIS exp2用法及代碼示例
- Python ArcGIS exp10用法及代碼示例
- Python ArcGIS exp用法及代碼示例
- Python ArcGIS execute_notebook用法及代碼示例
- Python ArcGIS extract_data用法及代碼示例
- Python ArcGIS enrich_from_grid用法及代碼示例
- Python ArcGIS equal_to用法及代碼示例
- Python ArcGIS enrich_layer用法及代碼示例
- Python ArcGIS power用法及代碼示例
- Python ArcGIS APIKeyManager.get用法及代碼示例
- Python ArcGIS KnowledgeGraph.named_object_type_delete用法及代碼示例
- Python ArcGIS ContentManager.unshare_items用法及代碼示例
- Python ArcGIS ImageryLayer.thumbnail用法及代碼示例
- Python ArcGIS FormFieldElement用法及代碼示例
- Python ArcGIS Geometry.true_centroid用法及代碼示例
- Python ArcGIS Site.delete用法及代碼示例
- Python ArcGIS GeoAccessor.bbox用法及代碼示例
- Python arcgis.apps.hub.Initiative.update用法及代碼示例
- Python ArcGIS generate_service_areas用法及代碼示例
- Python ArcGIS build_overview用法及代碼示例
- Python ArcGIS RunInterval用法及代碼示例
- Python ArcGIS describe_dataset用法及代碼示例
- Python ArcGIS acos用法及代碼示例
- Python ArcGIS Item.publish用法及代碼示例
注:本文由純淨天空篩選整理自arcgis.com大神的英文原創作品 arcgis.raster.analytics.export_to_tile_package。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。