OgcMapLayerCapabilities interface
An object that describes the capabilities of an OGC WMS and WMTS service.
bounds | The bounds in which the service is available in EPSG:4326. |
description | A description or abstract for the service. |
layer |
Specifies the maximum number of layers that may be included in a GetMap request. Set to 1 for WMTS services. |
sublayers | Details of all sublayers available in the service. |
title | The title of the OGC service. |
version | The version of the service. |
The bounds in which the service is available in EPSG:4326.
bounds: azmaps.data.BoundingBox
Property Value
A description or abstract for the service.
description?: string
Property Value
string
Specifies the maximum number of layers that may be included in a GetMap request. Set to 1 for WMTS services.
layerLimit: number
Property Value
number
Details of all sublayers available in the service.
sublayers: OgcSublayer[]
Property Value
The title of the OGC service.
title?: string
Property Value
string
The version of the service.
version: string
Property Value
string