The spatial extent for this tileset. These Bounds.reference must be the same as reference.
OptionaldataConfigures 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.
Optionallevel0The number of tile columns at the coarsest level. The default value is 1.
Optionallevel0The number of tile rows at the coarsest level, the default value is 1.
OptionallevelThe number of levels contained in this tileset. The default value is 22.
The spatial reference for this tileset.
When visualizing the model on a map, any reference is allowed. LuciadRIA will warp your source raster data to the map's reference.
OptionalsamplingConfigures the layer's RasterSamplingMode, corresponding to the setting representation of the underlying raster data.
For elevation, samplingMode POINT is recommended for performance and accuracy.
OptionaltileThe 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.
OptionaltileThe 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.
The deprecated options which can be passed at construction time when creating a RasterTileSetModel.
Deprecated
Please use RasterTileSetModelConstructorOptions as of 2023.0
Since
2023.0