本文简要介绍 python 语言中 arcgis.raster.analytics.delete_image_collection
的用法。
用法:
arcgis.raster.analytics.delete_image_collection(image_collection, *, gis=None, future=False, **kwargs)
返回:
表示删除是否成功的布尔值。
删除图像集。该服务工具将删除影像采集影像服务,即portal-hosted影像图层项。它不会删除图像集合引用的源图像。
Parameter
Description
image_collection
必需,要删除的输入图像集合。
image_collection 可以是门户项目或图像服务 URL 或 URI。
image_collection 必须存在。
gis
仅关键字参数。可选的
GIS
对象。运行该工具的 GIS。如果未指定,则使用活动 GIS。future
仅关键字参数。可选的布尔值。如果为 True,则结果将是一个 GPJob 对象,并且结果将异步返回。
例子:
# Usage Example: To delete an existing image collection. delete_flag = delete_image_collection(image_collection=image_collection_item)
相关用法
- Python ArcGIS delete_image用法及代码示例
- Python ArcGIS describe_dataset用法及代码示例
- Python ArcGIS detect_incidents用法及代码示例
- Python arcgis.learn.detect_objects用法及代码示例
- Python ArcGIS detect_change_using_change_analysis_raster用法及代码示例
- Python ArcGIS define_nodata用法及代码示例
- Python ArcGIS densify用法及代码示例
- Python ArcGIS derive_new_locations用法及代码示例
- Python ArcGIS divide用法及代码示例
- Python ArcGIS dimensional_moving_statistics用法及代码示例
- Python ArcGIS dissolve_boundaries用法及代码示例
- 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 acos用法及代码示例
注:本文由纯净天空筛选整理自arcgis.com大神的英文原创作品 arcgis.raster.analytics.delete_image_collection。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。