Click or drag to resize

TerrainPosts Class

A collection of posts read from a RasterTerrainProvider.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.TerrainTerrainPosts
    More...

Namespace:  AGI.Foundation.Terrain
Assembly:  AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public abstract class TerrainPosts

The TerrainPosts type exposes the following members.

Constructors
  NameDescription
Protected methodTerrainPosts
Initializes a new instance.
Top
Properties
  NameDescription
Public propertyBoundingExtent
Gets the bounding extent of the posts stored by this instance.
Public propertyIndexExtent
Gets the extent of indices of this instance in the overall terrain provider.
Public propertySize
Gets the size of the post data, in bytes.
Public propertyTerrainProvider
Gets the terrain provider that provided this collection of posts.
Top
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.
Public methodGetFourSurroundingPosts
Gets the indices of the four posts surrounding a given longitude and latitude point.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetPostHeight
Gets the height at a post.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexToLatitude
Gets the latitude of the post at a specified index.
Public methodIndexToLongitude
Gets the longitude of the post at a specified index.
Public methodLatitudeToIndex
Gets the index of the post at or immediately to the south of the specified latitude.
Public methodLongitudeToIndex
Gets the index of the post at or immediately to the west of the specified longitude.
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
Inheritance Hierarchy