Click or drag to resize

GeoCoordinateRectangle Methods

This is preliminary documentation and is subject to change.

The GeoCoordinateRectangle type exposes the following members.

Methods
 NameDescription
Public methodContains Determines whether the rectangle contains the given coordinate, or the given coordinate falls on the edge of the rectangle.
Public methodEquals(GeoCoordinateRectangle)Indicates whether the current object is equal to another object of the same type.
Public methodEquals(Object)Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object))
Public methodStatic memberFromBoundingCoordinates(GeoCoordinate, GeoCoordinate) Constructs a GeoCoordinateRectangle instance from the given bounding coordinates.
Public methodStatic memberFromBoundingCoordinates(Double, Double, Double, Double) Constructs a GeoCoordinateRectangle instance from the given bounding coordinates.
Public methodGetHashCodeReturns the hash code for this instance.
(Overrides ValueTypeGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodNormalize Normalizes the coordinates, ensuring the current coordinates meets the definition of "normalized spherical rectangle" as specified in IsNormalized.
Public methodOffset Offsets the rectangle by the specified values.
Public methodToStringReturns the fully qualified type name of this instance.
(Overrides ValueTypeToString)
Top
See Also