This document is archived and information here might be outdated. Recommended version. |
Provides access to members that allow the use of MGRS.
IConversionMGRS contains methods for converting both projected and geographic (lat/lon) coordinates to and from a string in the Military Grid Reference System (MGRS). The MGRS is based on Universal Transverse Mercator(UTM) coordinates. A simplified version of MGRS is used in the United States National Grid (USNG). A single string can be used to represent any point on the Earth's surface with MGRS/USNG.
Name | Description | |
---|---|---|
CreateMGRS | Returns the MGRS/USNG description of a point. | |
PutCoordsFromMGRS | Creates the coordinates of a point from the MGRS/USNG description. |
Classes | Description |
---|---|
Point | A two dimensional point, optionally with measure, height, and ID attributes. |