The spatial extent for this tileset
Whether credentials should be included with every HTTP request.
Configures the layer's RasterDataType.
The ELEVATION raster data type will only have an effect in a 3D map, and acts as a way of representing 3D terrain visually. The ELEVATION dataType will not be visualized as a colorized heightmap as it only affects the 3D height values of the surface of the earth. It can be used when an elevation data is served through the WMS protocol.
The default is IMAGE.
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. Default: "image/jpeg"
the name of the WMTS layer
The number of tile columns at the coarsest level, the default value is 1.
The number of tile rows at the coarsest level. Default: 1
The number of levels contained in this tileset. Default: 22
The spatial reference in which this model is defined. By default the reference is deduced from the bounds parameter.
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 style to apply on the image when making a request, the default value is "default".
The height of each individual tile in pixels. Default: 256
The array of tile matrices identifiers
The name of the tile matrix set
The width of each individual tile in pixels. Default: 256
root URI of the GetTile request interface
Constructor options for WMTSTileSetModelConstructorOptions.