Converts a UTM coordinate to a Geodetic coordinate on a reference ellipsoid.
Converts a UTM coordinate to a Geodetic coordinate on a reference ellipsoid.
public static bool ConvertUtmToGeodetic(GeoEllipsoid,UtmHemisphere,UtmZone,double,double,out double,out double,out string)
Converts a UTM coordinate to a Geodetic coordinate on the user defined reference ellipsoid.
public static bool ConvertUtmToGeodetic(double,double,UtmHemisphere,UtmZone,double,double,out double,out double,out string)