 | Parse_Format_Type Enumeration |
Type of format a Coordinate is parsed from.
Namespace:
CoordinateSharp
Assembly:
CoordinateSharp (in CoordinateSharp.dll) Version: 2.9.4.2
Syntax[SerializableAttribute]
public enum Parse_Format_Type
Members
| Member name | Value | Description |
---|
| None | 0 |
Coordinate was not initialized from a parser method.
|
| Signed_Degree | 1 |
Signed Degree
DD.dddd
|
| Decimal_Degree | 2 |
Decimal Degree
P DD.dddd
|
| Degree_Decimal_Minute | 3 |
Degree Decimal Minute
P DD MM.sss
|
| Degree_Minute_Second | 4 |
Degree Minute Second
P DD MM SS.sss
|
| UTM | 5 |
Universal Transverse Mercator
|
| MGRS | 6 |
Military Grid Reference System
|
| Cartesian_Spherical | 7 |
Spherical Cartesian
|
| Cartesian_ECEF | 8 |
Earth Centered Earth Fixed
|
See Also