Parse_Format_Type Enumeration
Type of format a Coordinate has been parsed from.
Namespace: CoordinateSharpAssembly: CoordinateSharp (in CoordinateSharp.dll) Version: 3.1.1.1
XMLNS for XAML: Not mapped to an xmlns.
[SerializableAttribute]
public enum Parse_Format_Type
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
|
WebMercator | 9 |
WebMercator EPSG:3857
|
GEOREF | 10 |
World Geographic Reference System
|