TerrainPosts Class |
Namespace: AGI.Foundation.Terrain
The TerrainPosts type exposes the following members.
| Name | Description | |
|---|---|---|
| TerrainPosts |
Initializes a new instance.
|
| Name | Description | |
|---|---|---|
| BoundingExtent |
Gets the bounding extent of the posts stored by this instance.
| |
| IndexExtent |
Gets the extent of indices of this instance in the overall terrain provider.
| |
| Size |
Gets the size of the post data, in bytes.
| |
| TerrainProvider |
Gets the terrain provider that provided this collection of posts.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetFourPostHeights |
Gets the heights of four posts, specified by index.
| |
| GetFourSurroundingPosts |
Gets the indices of the four posts surrounding a given longitude and latitude point.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetPostHeight |
Gets the height at a post.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IndexToLatitude |
Gets the latitude of the post at a specified index.
| |
| IndexToLongitude |
Gets the longitude of the post at a specified index.
| |
| LatitudeToIndex |
Gets the index of the post at or immediately to the south of the specified latitude.
| |
| LongitudeToIndex |
Gets the index of the post at or immediately to the west of the specified longitude.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |