Class CoordinateFormatter
Converts between Map
Inheritance
Namespace: Esri.ArcGISRuntime.Geometry
Assembly: Esri.ArcGISRuntime.dll
Syntax
public static class CoordinateFormatter
Methods
Name | Description |
---|---|
From |
Parses a coordinate string in the Global Area Reference System (GARS) notation,
and returns a Map |
From |
Parses a coordinate string in World Geographic Reference System (GEOREF) notation,
and returns a Map |
From |
Parses a coordinate string in latitude-longitude notation, and returns a Map |
From |
Parses a coordinate string in the Military Grid Reference System (MGRS) notation,
and returns a Map |
From |
Parses a coordinate in United States National Grid (USNG) notation and returns a Map |
From |
Parses a coordinate in the Universal Transverse Mercator (UTM) notation and returns a Map |
To |
Returns a formatted coordinate string in Global Area Reference System (GARS) notation
representing the given Map |
To |
Returns a formatted coordinate string in World Geographic Reference System (GEOREF) notation
representing the given Map |
To |
Returns a formatted coordinate string in latitude-longitude notation
representing the given Map |
To |
Returns a formatted coordinate string in Military Grid Reference System (MGRS) notation
representing the given Map |
To |
Returns a formatted coordinate string in United States National Grid (USNG) notation
representing the given Map |
To |
Returns a formatted coordinate string in Universal Transverse Mercator (UTM) notation
representing the given Map |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.1 - 200.6 |
Xamarin.Android | 100.1 - 100.15 |
Xamarin.iOS | 100.1 - 100.15 |
UWP | 100.1 - 200.6 |