Click or drag to resize

QuantizedMeshTilesetMetadata Class

Stores information about a quantized-mesh tileset.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.TerrainQuantizedMeshTilesetMetadata

Namespace:  AGI.Foundation.Terrain
Assembly:  AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public class QuantizedMeshTilesetMetadata

The QuantizedMeshTilesetMetadata type exposes the following members.

Constructors
  NameDescription
Public methodQuantizedMeshTilesetMetadata
Initializes a new instance.
Top
Properties
  NameDescription
Public propertyAvailableTiles
Gets the available tiles in the tileset. For each zoom level, the corresponding index in the list contains a list of tile ranges that are available.
Public propertyBounds
Gets the bounds of the tileset.
Public propertyMaximumZoom
Gets the maximum zoom level of the tileset.
Public propertyMinimumZoom
Gets the minimum zoom level of the tileset.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsTileAvailable
Calculates whether the tile with the given coordinates is available in the tileset.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also