| MGRSRef Methods |
The MGRSRef type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsBessel |
Determines whether this instance represents an MGRS reference using the
Bessel 1841 ellipsoid.
| |
| ToLatLng |
Convert this MGRS reference to a latitude and longitude.
(Overrides CoordinateSystemToLatLng.) | |
| ToString |
Return a string representation of this MGRS Reference to whatever precision
this reference is set to.
(Overrides ObjectToString.) | |
| ToString(Precision) |
Return a String representation of this MGRS reference to 1m, 10m, 100m,
1000m or 10000m precision.
| |
| ToString(Precision, String) |
Return a String representation of this MGRS reference to 1m, 10m, 100m,
1000m or 10000m precision using the specified format string.
| |
| ToUTMRef |
Convert this MGRS reference to an equivalent UTM reference.
This method based on http://www.stellman-greene.com/mgrs_to_utm/
|