QuantizedMeshTileCoordinateExtent Structure |
Namespace: AGI.Foundation.Terrain
The QuantizedMeshTileCoordinateExtent type exposes the following members.
| Name | Description | |
|---|---|---|
| QuantizedMeshTileCoordinateExtent |
Initializes a new instance from the specified coordinates.
|
| Name | Description | |
|---|---|---|
| East |
Gets the easternmost X coordinate.
| |
| Level |
Gets the zoom level.
| |
| North |
Gets the northernmost Y coordinate.
| |
| OutsideExtent |
Gets a static instance representing extents that are completely outside the bounding
extent of the provider.
| |
| South |
Gets the southernmost Y coordinate.
| |
| West |
Gets the westernmost X coordinate.
|
| Name | Description | |
|---|---|---|
| Equals(Object) |
Indicates whether another object is exactly equal to this instance.
(Overrides ValueTypeEquals(Object).) | |
| Equals(QuantizedMeshTileCoordinateExtent) |
Indicates whether another instance of this type is exactly equal to this instance.
| |
| GetHashCode |
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides ValueTypeGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString |
Returns the string representation of the value of this instance.
(Overrides ValueTypeToString.) |
| Name | Description | |
|---|---|---|
| Equality |
Returns if the two instances are exactly equal.
| |
| Inequality |
Returns if the two instances are not exactly equal.
|