你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
OgcMapLayerCapabilities interface
描述 OGC WMS 和 WMTS 服务的功能的对象。
属性
bounds | 服务在 EPSG:4326 中可用的边界。 |
description | 服务的说明或摘要。 |
layer |
指定 GetMap 请求中可能包含的最大层数。 对于 WMTS 服务,设置为 1。 |
sublayers | 服务中提供的所有子层的详细信息。 |
title | OGC 服务的标题。 |
version | 服务的版本。 |
属性详细信息
bounds
服务在 EPSG:4326 中可用的边界。
bounds: azmaps.data.BoundingBox
属性值
azmaps.data.BoundingBox
description
服务的说明或摘要。
description?: string
属性值
string
layerLimit
指定 GetMap 请求中可能包含的最大层数。 对于 WMTS 服务,设置为 1。
layerLimit: number
属性值
number
sublayers
title
OGC 服务的标题。
title?: string
属性值
string
version
服务的版本。
version: string
属性值
string