Geo |
This is preliminary documentation and is subject to change.
The GeoCoordinateRectangle type exposes the following members.
| Name | Description | |
|---|---|---|
| Contains | Determines whether the rectangle contains the given coordinate, or the given coordinate falls on the edge of the rectangle. | |
| Equals(GeoCoordinateRectangle) | Indicates whether the current object is equal to another object of the same type. | |
| Equals(Object) | Indicates whether this instance and a specified object are equal. (Overrides ValueTypeEquals(Object)) | |
| FromBoundingCoordinates(GeoCoordinate, GeoCoordinate) | Constructs a GeoCoordinateRectangle instance from the given bounding coordinates. | |
| FromBoundingCoordinates(Double, Double, Double, Double) | Constructs a GeoCoordinateRectangle instance from the given bounding coordinates. | |
| GetHashCode | Returns the hash code for this instance. (Overrides ValueTypeGetHashCode) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| Normalize | Normalizes the coordinates, ensuring the current coordinates meets the definition of "normalized spherical rectangle" as specified in IsNormalized. | |
| Offset | Offsets the rectangle by the specified values. | |
| ToString | Returns the fully qualified type name of this instance. (Overrides ValueTypeToString) |