本文简要介绍 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。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。