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. |
See Also
- namespace Aspose.Gis
- assembly Aspose.GIS