Click or drag to resize

QuantizedMeshTileCoordinateExtent Structure

Specifies a range of coordinate positions that define a rectangular region in a tile-based terrain provider. The extent may be a single tile.

Namespace:  AGI.Foundation.Terrain
Assembly:  AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public struct QuantizedMeshTileCoordinateExtent : IEquatable<QuantizedMeshTileCoordinateExtent>

The QuantizedMeshTileCoordinateExtent type exposes the following members.

Constructors
  NameDescription
Public methodQuantizedMeshTileCoordinateExtent
Initializes a new instance from the specified coordinates.
Top
Properties
  NameDescription
Public propertyEast
Gets the easternmost X coordinate.
Public propertyLevel
Gets the zoom level.
Public propertyNorth
Gets the northernmost Y coordinate.
Public propertyStatic memberOutsideExtent
Gets a static instance representing extents that are completely outside the bounding extent of the provider.
Public propertySouth
Gets the southernmost Y coordinate.
Public propertyWest
Gets the westernmost X coordinate.
Top
Methods
  NameDescription
Public methodEquals(Object)
Indicates whether another object is exactly equal to this instance.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(QuantizedMeshTileCoordinateExtent)
Indicates whether another instance of this type is exactly equal to this instance.
Public methodGetHashCode
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the string representation of the value of this instance.
(Overrides ValueTypeToString.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Returns if the two instances are exactly equal.
Public operatorStatic memberInequality
Returns if the two instances are not exactly equal.
Top
Remarks
The X coordinate increases from west to east, and the Y coordinate increases from south to north. That is, the origin is in the south-west.
See Also