UniversalTransverseMercator Methods

Methods

ConvertUTMtoLatLong(UniversalTransverseMercator) Converts UTM coordinate to Lat/Long
ConvertUTMtoLatLong(UniversalTransverseMercator, EagerLoad) Converts UTM coordinate to Lat/Long
ConvertUTMtoSignedDegree Converts UTM coordinate to Signed Degree Lat/Long
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Parse(String) Parses a string into a UTM coordinate.
Parse(String, Earth_Ellipsoid_Spec) Parses a string into a UTM coordinate.
Parse(String, Double, Double) Parses a string into a UTM coordinate.
ToCentimeterString Centimeter formatted UTM string (to the 5th decimal)
Obsolete.
ToRoundedString Rounded UTM string
ToRoundedString(Int32) Rounded UTM string using a precision of the given number of decimal digits
ToString Default formatted UTM string
(Overrides ObjectToString)
TryParse(String, UniversalTransverseMercator) Attempts to parse a string into an UTM coordinate.
TryParse(String, Earth_Ellipsoid_Spec, UniversalTransverseMercator) Attempts to parse a string into an UTM coordinate.
TryParse(String, Double, Double, UniversalTransverseMercator) Attempts to parse a string into an UTM coordinate.

See Also