你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ElevationTileSource class
高程图块源介绍如何访问高程 (光栅 DEM) 图块数据。
然后,可以使用它通过 启用地图高程 map.enableElevation(elevationSource)
- Extends
构造函数
Elevation |
方法
get |
获取 ElevationTileSource 的选项。 |
继承的方法
get |
获取数据源的 ID |
构造函数详细信息
ElevationTileSource(string, ElevationTileSourceOptions)
new ElevationTileSource(id?: string, options?: ElevationTileSourceOptions)
参数
- id
-
string
- options
- ElevationTileSourceOptions
方法详细信息
getOptions()
获取 ElevationTileSource 的选项。
function getOptions(): ElevationTileSourceOptions