Click or drag to resize

QuantizedMeshTilesetMetadata Constructor

Initializes a new instance.

Namespace:  AGI.Foundation.Terrain
Assembly:  AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public QuantizedMeshTilesetMetadata(
	CartographicExtent bounds,
	int minimumZoom,
	int maximumZoom,
	List<List<QuantizedMeshTileRange>> availableTiles
)

Parameters

bounds
Type: AGI.Foundation.CoordinatesCartographicExtent
The bounds of the tileset.
minimumZoom
Type: SystemInt32
The minimum zoom level of the tileset.
maximumZoom
Type: SystemInt32
The maximum zoom level of the tileset.
availableTiles
Type: System.Collections.GenericListListQuantizedMeshTileRange
The available tiles in the tileset. For each zoom level, the corresponding index in the list must contain a list of tile ranges are available.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when bounds or availableTiles is .
See Also