MilitaryGridReferenceSystem Methods

Methods

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)
Get_Box_Boundaries Returns a populated MGRS_GridBox details based on the MGRS coordinate. This can be useful for grid zone junction adjacent partial boxes or when needing Lat/Long coordinates at the corners of the MGRS square.
Get_Box_Boundaries(EagerLoad) Returns a populated MGRS_GridBox details based on the MGRS coordinate. This can be useful for grid zone junction adjacent partial boxes or when needing Lat/Long coordinates at the corners of the MGRS square.
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)
MGRStoLatLong(MilitaryGridReferenceSystem) Creates a Coordinate object from an MGRS/NATO UTM Coordinate
MGRStoLatLong(MilitaryGridReferenceSystem, EagerLoad) Creates a Coordinate object from an MGRS/NATO UTM Coordinate
MGRStoSignedDegree Creates a Signed Degree double[] object from an MGRS/NATO UTM Coordinate
Parse(String) Parses a string into an MGRS coordinate.
Parse(String, Earth_Ellipsoid_Spec) Parses a string into an MGRS coordinate.
Parse(String, Double, Double) Parses a string into an MGRS coordinate.
ToRoundedString Rounded MGRS string
ToRoundedString(Int32) Rounded MGRS string using a precision of the given number of decimal digits
ToString Default formatted MGRS string
(Overrides ObjectToString)
TryParse(String, MilitaryGridReferenceSystem) Attempts to parse a string into an MGRS coordinate.
TryParse(String, Earth_Ellipsoid_Spec, MilitaryGridReferenceSystem) Attempts to parse a string into an MGRS coordinate.
TryParse(String, Double, Double, MilitaryGridReferenceSystem) Attempts to parse a string into an MGRS coordinate.

See Also