60 static void Forward(
double lat,
double lon,
61 [System::Runtime::InteropServices::Out]
double% x,
62 [System::Runtime::InteropServices::Out]
double% y,
63 [System::Runtime::InteropServices::Out]
double% gamma,
64 [System::Runtime::InteropServices::Out]
double% k);
80 static void Reverse(
double x,
double y,
81 [System::Runtime::InteropServices::Out]
double% lat,
82 [System::Runtime::InteropServices::Out]
double% lon,
83 [System::Runtime::InteropServices::Out]
double% gamma,
84 [System::Runtime::InteropServices::Out]
double% k);
89 static void Forward(
double lat,
double lon,
90 [System::Runtime::InteropServices::Out]
double% x,
91 [System::Runtime::InteropServices::Out]
double% y);
96 static void Reverse(
double x,
double y,
97 [System::Runtime::InteropServices::Out]
double% lat,
98 [System::Runtime::InteropServices::Out]
double% lon);
130 [System::Runtime::InteropServices::Out] System::String^% gridref);
150 [System::Runtime::InteropServices::Out]
double% x,
151 [System::Runtime::InteropServices::Out]
double% y,
152 [System::Runtime::InteropServices::Out]
int% prec,
static double FalseNorthing()
static void Forward(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)
static void GridReference(double x, double y, int prec, [System::Runtime::InteropServices::Out] System::String^% gridref)
static double Flattening()
static double FalseEasting()
static double OriginLatitude()
static double OriginLongitude()
static double CentralScale()
.NET wrapper for GeographicLib::OSGB.
static double EquatorialRadius()
static void Reverse(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)