This document is archived and information here might be outdated. Recommended version. |
Provides access to functions that convert to and from various geographic string notations.
IConversionNotation contains methods for converting both projected and geographic (lat/lon) coordinates to and from various string notations. The notations include United States National Grid (USNG), Universal Transverse Mercator (UTM), GEOREF, and GARS. It's also possible to use decimal degrees, degrees decimal minutes, and degrees minutes seconds.
Name | Description | |
---|---|---|
CreateMGRS | Returns the MGRS/USNG description of a point. | |
GetDDFromCoords | Returns the decimal degrees description of a point. | |
GetDDMFromCoords | Returns the degrees decimal minutes description of a point. | |
GetDMSFromCoords | Returns the degrees/minutes/seconds description of a point. | |
GetGARSFromCoords | Returns the GARS description of a point. | |
GetGeoRefFromCoords | Returns the GeoRef description of a point. | |
GetUSNGFromCoords | Returns the USNG description of a point. | |
GetUTMFromCoords | Returns the UTM description of a point. | |
PutCoordsFromDD | Creates the coordinates of a point from the decimal degrees description. | |
PutCoordsFromDDM | Creates the coordinates of a point from the degrees decimal minutes description. | |
PutCoordsFromDMS | Creates the coordinates of a point from the degrees/minutes/seconds description. | |
PutCoordsFromGARS | Creates the coordinates of a point from the GARS description. | |
PutCoordsFromGeoRef | Creates the coordinates of a point from the GeoRef description. | |
PutCoordsFromMGRS | Creates the coordinates of a point from the MGRS/USNG description. | |
PutCoordsFromUSNG | Creates the coordinates of a point from the USNG description. | |
PutCoordsFromUTM | Creates the coordinates of a point from the UTM description. |
Interfaces | Description |
---|---|
IConversionMGRS | Provides access to members that allow the use of MGRS. |
Classes | Description |
---|---|
Point | A two dimensional point, optionally with measure, height, and ID attributes. |