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.

See Also