The base URL for this tileset. See UrlTileSetModel.getTileURL for details on how this value is used.
The spatial extent for this tileset. These Bounds.reference must be the same as reference.
Optional
credentialsWhether credentials should be included with every HTTP request.
Optional
dataConfigures 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.
Optional
level0The number of tile columns at the coarsest level. The default value is 1.
Optional
level0The number of tile rows at the coarsest level, the default value is 1.
Optional
levelThe number of levels contained in this tileset. The default value is 22.
The spatial reference for this tileset.
When visualizing the model on a WebGL map, any reference is allowed. LuciadRIA will warp your source raster data to the map's reference.
When visualizing the model on a non-WebGL maps, this reference must be the same as the Map.reference because LuciadRIA cannot warp tiles to another projection.
However, if the map is visualized by means of an equidistant cylindrical projection, you can still use geodetic references or different equidistant cylindrical grid references. In such cases, the required warping is limited to the scaling of tiles, which is something a web browser can do efficiently.
Optional
requestAn 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.
Optional
requestAn 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.
Optional
samplingConfigures the layer's RasterSamplingMode, corresponding to the setting representation of the underlying raster data.
For elevation, samplingMode POINT is recommended for performance and accuracy.
Optional
subdomainsWhen specified, UrlTileSetModel.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.
Optional
tileThe height of each individual tile in pixels, 256 will be used if it's not defined.
The tileWidth
and tileHeight
must be the same value.
Optional
tileThe width of each individual tile in pixels, 256 will be used if it's not defined.
The tileWidth
and tileHeight
must be the same value.
Constructor options for URLTileSetModelConstructorOptions.
Since
2023.0
Deprecated
Please use URLTileSetModelConstructorOptions.