Go to the documentation of this file.
109 void Forward(
bool northp,
double lat,
double lon,
110 [System::Runtime::InteropServices::Out]
double% x,
111 [System::Runtime::InteropServices::Out]
double% y,
112 [System::Runtime::InteropServices::Out]
double% gamma,
113 [System::Runtime::InteropServices::Out]
double% k);
131 [System::Runtime::InteropServices::Out]
double% lat,
132 [System::Runtime::InteropServices::Out]
double% lon,
133 [System::Runtime::InteropServices::Out]
double% gamma,
134 [System::Runtime::InteropServices::Out]
double% k);
139 void Forward(
bool northp,
double lat,
double lon,
140 [System::Runtime::InteropServices::Out]
double% x,
141 [System::Runtime::InteropServices::Out]
double% y);
147 [System::Runtime::InteropServices::Out]
double% lat,
148 [System::Runtime::InteropServices::Out]
double% lon);
void Reverse(bool northp, 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)
.NET wrapper for GeographicLib::PolarStereographic.
void SetScale(double lat, double k)
void Forward(bool northp, double lat, double lon, [System::Runtime::InteropServices::Out] double% x, [System::Runtime::InteropServices::Out] double% y)
PolarStereographic(double a, double f, double k0)
void Reverse(bool northp, double x, double y, [System::Runtime::InteropServices::Out] double% lat, [System::Runtime::InteropServices::Out] double% lon)
void Forward(bool northp, 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)