Whether credentials should be included with every HTTP request.
Dimension parameters to send along with WMTS GetTile
request.
Typical dimensions areTIME
and ELEVATION
.
The object literal can contain simple key/value pairs. Accepted values
are strings, numbers, booleans. Values must not be URL encoded.
The image format of the images to retrieve from the WMTS server
The preferred spatial reference of the tile matrix set, if it is not explicitly defined using
tileMatrixSet
. If no tile matrix set can be found for the given reference, an error is thrown.
An object literal that represents headers (as a key-value map) to send with each HTTP request. If set (and not empty), an XHR with the specified headers will be performed instead of creating an Image.
Custom request parameters to send along with WMTS GetMap and GetFeatureInfo request. The object literal can contain simple key/value pairs (strings, numbers, booleans). Values must not be URL encoded.
The identifier of the tile matrix set. Will be computed automatically if not defined.
/**
root URI of the GetTile
request interface. Use this when you wont to override the URI
reported in the capabilities object.
Indicates that the WMTS tile set model creation must aim for quad-tree tile set structures only. The default behavior is to allow non-quad tree tile matrix sets.
Options to create WMTSTileSetModel using WMTSTileSetModel.createFromCapabilities or WMTSTileSetModel.createFromURL