Click or drag to resize
MGRSRef Methods
doogal.co.uk Home



The MGRSRef type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsBessel
Determines whether this instance represents an MGRS reference using the Bessel 1841 ellipsoid.
Public methodToLatLng
Convert this MGRS reference to a latitude and longitude.
(Overrides CoordinateSystemToLatLng.)
Public methodToString
Return a string representation of this MGRS Reference to whatever precision this reference is set to.
(Overrides ObjectToString.)
Public methodToString(Precision)
Return a String representation of this MGRS reference to 1m, 10m, 100m, 1000m or 10000m precision.
Public methodToString(Precision, String)
Return a String representation of this MGRS reference to 1m, 10m, 100m, 1000m or 10000m precision using the specified format string.
Public methodToUTMRef
Convert this MGRS reference to an equivalent UTM reference. This method based on http://www.stellman-greene.com/mgrs_to_utm/
Top
See Also