![]() | XccWGP2UTM Method (XAngle, XAngle, XVertex2d, Int32, String) |
Namespace: Pixoneer.NXDL.NCC
public static bool WGP2UTM( XAngle lon, XAngle lat, ref XVertex2d pos, ref int Zone, ref string latitudeBand )
XAngle angLon = new XAngle(); XAngle angLat = new XAngle(); angLon.deg = 127.1234; angLat.deg = 36.1234; int nZone = 0; string dLatitudeBand = ""; XVertex2d pos = new XVertex2d(); Xcc.WGP2UTM(angLon, angLat, ref pos, ref nZone, ref dLatitudeBand);