本文简要介绍 python 语言中 arcgis.raster.ImageryLayer.compute_cache_info
的用法。
用法:
compute_cache_info(out_sr=None)
返回:
包含图像切片缓存方案信息的字典。
compute_cache_info
方法为影像服务计算并生成新的影像服务切片缓存方案。如果缺少相应的影像切片缓存方案,它还会在影像服务的缓存目录中创建一组新的缓存影像切片。此操作仅生成基于栅格切片(LERC2D 格式)的图像切片缓存方案。注意:
这适用于启用了动态服务缓存函数的影像服务。
Parameter
Description
out_sr
可选整数。边界几何的空间参考。可以将空间参考指定为众所周知的 ID。如果未指定
out_sr
,它将使用影像服务的空间参考。例子:
# Example Usage: Compute the cache info for a given spatial reference. cache_info_op = img_lyr.compute_cache_info(out_sr=3857)
相关用法
- Python ArcGIS ImageryLayer.compute_class_stats用法及代码示例
- Python ArcGIS ImageryLayer.compute_stats_and_histograms用法及代码示例
- Python ArcGIS ImageryLayer.compute_histograms用法及代码示例
- Python ArcGIS ImageryLayer.compute_angles用法及代码示例
- Python ArcGIS ImageryLayer.thumbnail用法及代码示例
- Python ArcGIS ImageryLayer.draw_graph用法及代码示例
- Python ArcGIS ImageryLayer.plot_histograms用法及代码示例
- Python ArcGIS ImageryLayer.to_features用法及代码示例
- Python ArcGIS ImageryLayer.slices用法及代码示例
- Python ArcGIS ImageryLayer.save用法及代码示例
- Python ArcGIS ImageryLayer.query用法及代码示例
- Python ArcGIS ImageryLayer.statistics用法及代码示例
- Python ArcGIS ImageryLayer.export_image用法及代码示例
- Python ArcGIS ImageryLayer.measure用法及代码示例
- Python ArcGIS ImageryLayer.get_histograms用法及代码示例
- 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.compute_cache_info。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。