169 void Forward(
double lon0,
double lat,
double lon,
170 [System::Runtime::InteropServices::Out]
double% x,
171 [System::Runtime::InteropServices::Out]
double% y,
172 [System::Runtime::InteropServices::Out]
double% gamma,
173 [System::Runtime::InteropServices::Out]
double% k);
190 [System::Runtime::InteropServices::Out]
double% lat,
191 [System::Runtime::InteropServices::Out]
double% lon,
192 [System::Runtime::InteropServices::Out]
double% gamma,
193 [System::Runtime::InteropServices::Out]
double% k);
199 void Forward(
double lon0,
double lat,
double lon,
200 [System::Runtime::InteropServices::Out]
double% x,
201 [System::Runtime::InteropServices::Out]
double% y);
208 [System::Runtime::InteropServices::Out]
double% lat,
209 [System::Runtime::InteropServices::Out]
double% lon);
.NET wrapper for GeographicLib::TransverseMercatorExact.
~TransverseMercatorExact()
TransverseMercatorExact(double a, double f, double k0, bool extendp)
void Forward(double lon0, double lat, double lon, [System::Runtime::InteropServices::Out] double% x, [System::Runtime::InteropServices::Out] double% y, [System::Runtime::InteropServices::Out] double% gamma, [System::Runtime::InteropServices::Out] double% k)
void Forward(double lon0, double lat, double lon, [System::Runtime::InteropServices::Out] double% x, [System::Runtime::InteropServices::Out] double% y)
TransverseMercatorExact()
void Reverse(double lon0, double x, double y, [System::Runtime::InteropServices::Out] double% lat, [System::Runtime::InteropServices::Out] double% lon, [System::Runtime::InteropServices::Out] double% gamma, [System::Runtime::InteropServices::Out] double% k)