The base URL for this tileset. See UrlTileSetModel.getTileURL for details on how this value is used.
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.
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
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.
An object literal that represents URL parameters (as a key-value map) to send with each HTTP request. If set (and not empty), an XHR with the specified query parameters will be performed instead of creating an Image.
The structure description for the raster tile set.
The style to apply on the image when making a request, the default value is "default".
When specified, getTileURL will replace the {s}
pattern in baseURL
with values from
subdomains
. This will cause tile requests to be
spread across different subdomains. Browsers limit the amount of
connections to a single domain. Using subdomains
avoids hitting this limit. By default, it's empty.
The array of tile matrices identifiers
The name of the tile matrix set
root URI of the GetTile request interface
Constructor options for WMTSTileSetModelConstructorOptions.