new WMTS
Parameters:
| Name | Type | Description |
|---|---|---|
options |
ol.source.WMTSOptions | WMTS options. |
- Source:
- wmtssource.js, line 33
Methods
-
<static> optionsFromCapabilities
-
Parameters:
Name Type Description wmtsCapObject An object representing the capabilities document.
layerstring The layer identifier.
- Source:
- wmtssource.js, line 235
Returns:
WMTS source options object.
-
getDimensions
-
Get the dimensions, i.e. those passed to the constructor through the "dimensions" option, and possibly updated using the updateDimensions method.
- Source:
- wmtssource.js, line 193
Returns:
Dimensions.
- Type
- Object
-
updateDimensions
-
Update the dimensions.
Parameters:
Name Type Description dimensionsObject Dimensions.
- Source:
- wmtssource.js, line 223