![]() | MilitaryGridReferenceSystem Class |
Namespace: CoordinateSharp
[SerializableAttribute] public class MilitaryGridReferenceSystem
The MilitaryGridReferenceSystem type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | MilitaryGridReferenceSystem(String, String, Double, Double) |
Creates an MilitaryGridReferenceSystem (MGRS) object with a default WGS84 datum(ellipsoid).
|
![]() ![]() | MilitaryGridReferenceSystem(String, Int32, String, Double, Double) |
Creates an MilitaryGridReferenceSystem (MGRS) object with a default WGS84 datum(ellipsoid).
|
![]() ![]() | MilitaryGridReferenceSystem(String, String, Double, Double, Double, Double) |
Creates an MilitaryGridReferenceSystem (MGRS) object with a default WGS84 datum(ellipsoid).
|
![]() ![]() | MilitaryGridReferenceSystem(String, Int32, String, Double, Double, Double, Double) |
Creates an MilitaryGridReferenceSystem (MGRS) object with a custom datum(ellipsoid).
|
Name | Description | |
---|---|---|
![]() | Digraph |
MGRS 100,000 Meter Square Identifier
|
![]() | Easting |
MGRS Easting
|
![]() | LatZone |
MGRS Latitude Band Grid Zone Designation
|
![]() | LongZone |
MGRS Longitude Band Grid Zone Designation
|
![]() | Northing |
MGRS Northing
|
![]() | SystemType |
Coordinate system that the MGRS coordinate is working in.
|
![]() | WithinCoordinateSystemBounds | Obsolete.
Determine if the MGRS conversion within the coordinate system's accurate boundaries after conversion from Lat/Long.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows 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.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates 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
|
![]() | ToCentimeterString |
Centimeter formatted MGRS string
|
![]() | ToRoundedString |
Rounded MGRS string
|
![]() | ToString |
Default formatted MGRS string
(Overrides ObjectToString.) |