Allowed_Parse_Format Enumeration
Type of format a Coordinate is allowed to parse from.
Namespace: CoordinateSharpAssembly: CoordinateSharp (in CoordinateSharp.dll) Version: 3.1.1.1
XMLNS for XAML: Not mapped to an xmlns.
[SerializableAttribute]
public enum Allowed_Parse_Format
Lat_Long | 1 |
Geodetic latitude and longitude
|
UTM | 2 |
Universal Transverse Mercator
|
MGRS | 4 |
Military Grid Reference System
|
Cartesian_Spherical | 8 |
Spherical Cartesian
|
Cartesian_ECEF | 16 |
Earth Centered Earth Fixed
|
WebMercator | 32 |
WebMercator EPSG:3857
|
GEOREF | 64 |
World Geographic Reference System
|