OptionalcredentialsWhether credentials should be included with every HTTP request.
OptionaldataConfigures the model'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.
OptionaldimensionsDimension 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.
OptionalformatThe image format of the images to retrieve from the WMTS server
OptionalisSee RasterTileSetModelConstructorOptions.isSparseTileSet for more details.
For WMTSTileSetModels, the default is true.
OptionalpreferredIndicates the preferred encoding of the WMTS request operations. If the WMTS server
does not support the supplied preferredRequestEncoding,
we fall back to another request encoding supported by the WMTS server.
OptionalreferenceThe 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.
OptionalrequestAn 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.
OptionalrequestCustom 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.
OptionalsamplingConfigures the model's RasterSamplingMode, corresponding to the setting representation of the underlying raster data.
For elevation, samplingMode POINT is recommended for performance and accuracy.
OptionaltileThe identifier of the tile matrix set. Will be computed automatically if not defined.
Optionalurlroot URI of the GetTile request interface. Use this when you want to override the URI
reported in the capabilities object.
OptionaluseIndicates 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.createFromCapabilities or WMTSTileSetModel.createFromURL