Click or drag to resize

TerrainPostsFloat Methods

The TerrainPostsFloat type exposes the following members.

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 methodGetFourPostHeights
Gets the heights of four posts, specified by index.
(Overrides TerrainPostsGetFourPostHeights(Int32, Int32, Int32, Int32, Double, Double, Double, Double).)
Public methodGetFourSurroundingPosts
Gets the indices of the four posts surrounding a given longitude and latitude point.
(Inherited from TerrainPosts.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetPostHeight
Gets the height at a post.
(Overrides TerrainPostsGetPostHeight(Int32, Int32).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexToLatitude
Gets the latitude of the post at a specified index.
(Inherited from TerrainPosts.)
Public methodIndexToLongitude
Gets the longitude of the post at a specified index.
(Inherited from TerrainPosts.)
Public methodLatitudeToIndex
Gets the index of the post at or immediately to the south of the specified latitude.
(Inherited from TerrainPosts.)
Public methodLongitudeToIndex
Gets the index of the post at or immediately to the west of the specified longitude.
(Inherited from TerrainPosts.)
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