POLS

LatLonRectangle Members

LatLonRectangle overview

Public Instance Constructors

LatLonRectangle Overloaded. Initializes a new instance of the LatLonRectangle class.

Public Instance Fields

northEast North East corner
southWest South West corner.

Public Instance Methods

contains True if the LatLonRectangle contains the coordinate.
deepCopy Creates a true copy of the rectangle.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
isNull True if either of the corner coordinates that define the rectangle are empty.
ToString string representation of the rectangle.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

LatLonRectangle Class | POLS.Core Namespace