Enum PointFormats

PointFormats enumeration

PointFormats are used to convert coordinates in text.

public enum PointFormats

Values

NameValueDescription
DecimalDegrees0Decimal Degrees (DD) format.
DegreeMinutesSeconds1Degree Minutes Seconds (DMS) format.
DegreeDecimalMinutes2Degree Decimal Minutes (DDM) format.
GeoRef3World Geographic Reference System.
Mgrs4Military Grid Reference System with WGS 84 datum.
Usng5United States National Grid with WGS 84 datum.
Gars6Global Area Reference System
PlusCode7The Open Location Code (OLC) or Plus Code
Maidenhead8The Maidenhead Locator System (a.k.a. QTH Locator and IARU Locator)
Utm9Universal Transverse Mercator

See Also