UtmUtils.ToLatLng method

Version 1.0.0-beta002
.NET Framework 4.7
Namespace Skybrud.Essentials.Maps
Assembly Skybrud.Essentials.Maps.dll

ToLatLng(double, double, string, out double, out double)

Static

Converts UTM coordinates utmX (easting) and utmY (northing) to the corresponding latitude and longitude.

public static Void ToLatLng(double utmX, double utmY, string utmZone, double latitude, double longitude)

Parameters

utmX Double
utmY Double
utmZone String
latitude Double
longitude Double

Returns

ToLatLng(double, double, string)

Static
public static IPoint ToLatLng(double utmX, double utmY, string utmZone)

Parameters

utmX Double
utmY Double
utmZone String

Returns