Parse_Format_Type Enumeration

Type of format a Coordinate has been parsed from.

Definition

Namespace: CoordinateSharp
Assembly: CoordinateSharp (in CoordinateSharp.dll) Version: 2.21.1.1
XMLNS for XAML: Not mapped to an xmlns.
C#
[SerializableAttribute]
public enum Parse_Format_Type

Members

None0 Coordinate was not initialized from a parser method.
Signed_Degree1 Signed Degree DD.dddd
Decimal_Degree2 Decimal Degree P DD.dddd
Degree_Decimal_Minute3 Degree Decimal Minute P DD MM.sss
Degree_Minute_Second4 Degree Minute Second P DD MM SS.sss
UTM5 Universal Transverse Mercator
MGRS6 Military Grid Reference System
Cartesian_Spherical7 Spherical Cartesian
Cartesian_ECEF8 Earth Centered Earth Fixed
WebMercator9 WebMercator EPSG:3857
GEOREF10 World Geographic Reference System

See Also