本文简要介绍 python 语言中 arcgis.raster.ImageryLayer.slices
的用法。
用法:
slices(muldidef=None)
返回:
包含切片定义列表的字典。
slices
方法用于查询多维影像服务的切片ID和多维信息。注意:
slices
操作在ArcGIS Image Server 10.8.1 及更高版本中可用。Parameter
Description
muldidef
可选列表。用于查询输入影像服务的维度切片的多维定义。
有关详细信息,请参阅 ArcGIS REST API 文档中的 Multidimensional definition 页面。
例子:
# Usage Example: This example returns the slice ID and multidimensional information of slices with # "salinity" variable at "StdZ" dimension with a value of "-5000". multidimensional_definition = [{"variableName":"salinity","dimensionName":"StdZ","values":[-5000]}] multidimensional_lyr_input.slices(multidimensional_definition)
相关用法
- Python ArcGIS ImageryLayer.save用法及代码示例
- Python ArcGIS ImageryLayer.statistics用法及代码示例
- Python ArcGIS ImageryLayer.thumbnail用法及代码示例
- Python ArcGIS ImageryLayer.draw_graph用法及代码示例
- Python ArcGIS ImageryLayer.compute_stats_and_histograms用法及代码示例
- Python ArcGIS ImageryLayer.plot_histograms用法及代码示例
- Python ArcGIS ImageryLayer.to_features用法及代码示例
- Python ArcGIS ImageryLayer.compute_cache_info用法及代码示例
- Python ArcGIS ImageryLayer.query用法及代码示例
- Python ArcGIS ImageryLayer.compute_class_stats用法及代码示例
- Python ArcGIS ImageryLayer.export_image用法及代码示例
- Python ArcGIS ImageryLayer.compute_histograms用法及代码示例
- Python ArcGIS ImageryLayer.measure用法及代码示例
- Python ArcGIS ImageryLayer.get_histograms用法及代码示例
- Python ArcGIS ImageryLayer.compute_angles用法及代码示例
- Python ArcGIS ImageryLayer.filter_by用法及代码示例
- Python ArcGIS ImageryLayer.identify用法及代码示例
- Python ArcGIS ImageryLayerCacheManager.delete_tiles用法及代码示例
- Python ArcGIS ImageryLayer用法及代码示例
- Python ArcGIS ImageryLayerCacheManager.import_tiles用法及代码示例
- Python ArcGIS ImageryLayerCacheManager.update_tiles用法及代码示例
- Python ArcGIS ImageryTileManager.export用法及代码示例
- Python ArcGIS ImageryTileManager.estimate_size用法及代码示例
- Python arcgis.apps.hub.Initiative.update用法及代码示例
- Python ArcGIS Item.publish用法及代码示例
注:本文由纯净天空筛选整理自arcgis.com大神的英文原创作品 arcgis.raster.ImageryLayer.slices。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。