123 void Forward(
double lon0,
double lat,
double lon,
124 [System::Runtime::InteropServices::Out]
double% x,
125 [System::Runtime::InteropServices::Out]
double% y,
126 [System::Runtime::InteropServices::Out]
double% gamma,
127 [System::Runtime::InteropServices::Out]
double% k);
144 [System::Runtime::InteropServices::Out]
double% lat,
145 [System::Runtime::InteropServices::Out]
double% lon,
146 [System::Runtime::InteropServices::Out]
double% gamma,
147 [System::Runtime::InteropServices::Out]
double% k);
152 void Forward(
double lon0,
double lat,
double lon,
153 [System::Runtime::InteropServices::Out]
double% x,
154 [System::Runtime::InteropServices::Out]
double% y);
160 [System::Runtime::InteropServices::Out]
double% lat,
161 [System::Runtime::InteropServices::Out]
double% lon);
.NET wrapper for GeographicLib::TransverseMercator.
void Reverse(double lon0, double x, double y, [System::Runtime::InteropServices::Out] double% lat, [System::Runtime::InteropServices::Out] double% lon)
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)
TransverseMercator(double a, double f, double k0)
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)
void Forward(double lon0, double lat, double lon, [System::Runtime::InteropServices::Out] double% x, [System::Runtime::InteropServices::Out] double% y)