当前位置: 首页>>代码示例 >>用法及示例精选 >>正文


Python ArcGIS ImageryLayer.thumbnail用法及代码示例


本文简要介绍 python 语言中 arcgis.raster.ImageryLayer.thumbnail 的用法。

用法:

thumbnail(out_path=None)

返回:

表示下载缩略图路径的字符串。

thumbnail 方法将影像服务的缩略图下载到本地磁盘。

Parameter

Description

out_path

可选字符串。表示图片需要下载到的路径。

例子:

# Usage Example: This example returns the thumbnail of an Imagery Layer object.

lyr_input.thumbnail()

相关用法


注:本文由纯净天空筛选整理自arcgis.com大神的英文原创作品 arcgis.raster.ImageryLayer.thumbnail。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。