Click or drag to resize

RasterTerrainIndexExtent Structure

Specifies a range of post indices defining a rectangular region in a RasterTerrainProvider. The extent always contains at least two posts in each direction.

Namespace:  AGI.Foundation.Terrain
Assembly:  AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public struct RasterTerrainIndexExtent : IEquatable<RasterTerrainIndexExtent>

The RasterTerrainIndexExtent type exposes the following members.

Constructors
  NameDescription
Public methodRasterTerrainIndexExtent
Initializes a new instance from the specified indices.
Top
Properties
  NameDescription
Public propertyEast
Gets the index of the easternmost post.
Public propertyLatitudePosts
Gets the total number of posts in the latitude direction.
Public propertyLongitudePosts
Gets the total number of posts in the longitude direction.
Public propertyNorth
Gets the index of the northernmost post.
Public propertySouth
Gets the index of the southernmost post.
Public propertyWest
Gets the index of the westernmost post.
Top
Methods
  NameDescription
Public methodEquals(Object)
Indicates whether another object is exactly equal to this instance.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(RasterTerrainIndexExtent)
Indicates whether another instance of this type is exactly equal to this instance.
Public methodGetHashCode
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Returns if the two instances are exactly equal.
Public operatorStatic memberInequality
Returns if the two instances are not exactly equal.
Top
See Also