QuantizedMeshTilesetMetadata Constructor |
Initializes a new instance.
Namespace:
AGI.Foundation.Terrain
Assembly:
AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public QuantizedMeshTilesetMetadata(
CartographicExtent bounds,
int minimumZoom,
int maximumZoom,
List<List<QuantizedMeshTileRange>> availableTiles
)
Public Sub New (
bounds As CartographicExtent,
minimumZoom As Integer,
maximumZoom As Integer,
availableTiles As List(Of List(Of QuantizedMeshTileRange))
)
public:
QuantizedMeshTilesetMetadata(
CartographicExtent^ bounds,
int minimumZoom,
int maximumZoom,
List<List<QuantizedMeshTileRange^>^>^ availableTiles
)
new :
bounds : CartographicExtent *
minimumZoom : int *
maximumZoom : int *
availableTiles : List<List<QuantizedMeshTileRange>> -> QuantizedMeshTilesetMetadata
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 See Also