The ID of the coverage that should be retrieved
Indicates whether credentials should be included with every HTTP request. See credentials for more information. The default value is false.
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.
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. See requestHeaders for more information.
An object literal that represents the request parameters (as a key-value map) to send with each HTTP request. If set and not empty, the parameters will be added to the HTTP requests.
The structure description for the raster tile set.
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 base URL of the LuciadFusion tile server.
Constructor options for FusionTileSetModel.