TerrainPostsIntMinimum Class |
Namespace: AGI.Foundation.Terrain
The TerrainPostsIntMinimum type exposes the following members.
| Name | Description | |
|---|---|---|
| TerrainPostsIntMinimum |
Initializes a new instance.
|
| Name | Description | |
|---|---|---|
| BoundingExtent |
Gets the bounding extent of the posts stored by this instance.
(Inherited from TerrainPosts.) | |
| IndexExtent |
Gets the extent of indices of this instance in the overall terrain provider.
(Inherited from TerrainPosts.) | |
| Item |
Gets or sets the post height at a particular set of indices.
| |
| Size |
Gets the size of the post data, in bytes.
(Overrides TerrainPostsSize.) | |
| TerrainProvider |
Gets the terrain provider that provided this collection of posts.
(Inherited from TerrainPosts.) | |
| VoidValue |
Gets the integer value that indicates a void (or post with unknown height).
|
| 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.
(Overrides TerrainPostsGetFourPostHeights(Int32, Int32, Int32, Int32, Double, Double, Double, Double).) | |
| GetFourSurroundingPosts |
Gets the indices of the four posts surrounding a given longitude and latitude point.
(Inherited from TerrainPosts.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetPostHeight |
Gets the height at a post.
(Overrides TerrainPostsGetPostHeight(Int32, Int32).) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IndexToLatitude |
Gets the latitude of the post at a specified index.
(Inherited from TerrainPosts.) | |
| IndexToLongitude |
Gets the longitude of the post at a specified index.
(Inherited from TerrainPosts.) | |
| LatitudeToIndex |
Gets the index of the post at or immediately to the south of the specified latitude.
(Inherited from TerrainPosts.) | |
| LongitudeToIndex |
Gets the index of the post at or immediately to the west of the specified longitude.
(Inherited from TerrainPosts.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |