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