當前位置: 首頁>>代碼示例 >>用法及示例精選 >>正文


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