![]() | XccUTM2WGP Method |
Namespace: Pixoneer.NXDL.NCC
public static bool UTM2WGP( XVertex2d pos, int Zone, ref XAngle lon, ref XAngle lat )
XVertex2d pos = new XVertex2d(434565, 4458652); int nZone = 52; XAngle angLon = new XAngle(); XAngle angLat = new XAngle(); Xcc.UTM2WGP(pos, nZone, ref angLon, ref angLat);