Enum PointFormats
PointFormats enumeration
PointFormats
are used to convert coordinates in text.
public enum PointFormats
Values
Name | Value | Description |
---|---|---|
DecimalDegrees | 0 | Decimal Degrees (DD) format. |
DegreeMinutesSeconds | 1 | Degree Minutes Seconds (DMS) format. |
DegreeDecimalMinutes | 2 | Degree Decimal Minutes (DDM) format. |
GeoRef | 3 | World Geographic Reference System. |
Mgrs | 4 | Military Grid Reference System with WGS 84 datum. |
Usng | 5 | United States National Grid with WGS 84 datum. |
Gars | 6 | Global Area Reference System |
PlusCode | 7 | The Open Location Code (OLC) or Plus Code |
Maidenhead | 8 | The Maidenhead Locator System (a.k.a. QTH Locator and IARU Locator) |
Utm | 9 | Universal Transverse Mercator |
See Also
- namespace Aspose.Gis
- assembly Aspose.GIS