Allowed_Parse_Format Enumeration

Type of format a Coordinate is allowed to parse 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 Allowed_Parse_Format

Members

Lat_Long1 Geodetic latitude and longitude
UTM2 Universal Transverse Mercator
MGRS4 Military Grid Reference System
Cartesian_Spherical8 Spherical Cartesian
Cartesian_ECEF16 Earth Centered Earth Fixed
WebMercator32 WebMercator EPSG:3857
GEOREF64 World Geographic Reference System

See Also