UniversalTransverseMercatorConvertUTMtoLatLong(UniversalTransverseMercator) Method
Converts UTM coordinate to Lat/Long
Namespace: CoordinateSharpAssembly: CoordinateSharp (in CoordinateSharp.dll) Version: 3.1.1.1
XMLNS for XAML: Not mapped to an xmlns.
public static Coordinate ConvertUTMtoLatLong(
UniversalTransverseMercator utm
)
- utm UniversalTransverseMercator
- utm
CoordinateCoordinate
The following example creates (converts to) a geodetic Coordinate object based on a UTM object.
UniversalTransverseMercator utm = new UniversalTransverseMercator("T", 32, 233434, 234234);
Coordinate c = UniversalTransverseMercator.ConvertUTMtoLatLong(utm);
Console.WriteLine(c); //N 2º 7' 2.332" E 6º 36' 12.653"