13 namespace NETGeographicLib
147 static void Forward(
int zone,
bool northp,
double x,
double y,
149 [System::Runtime::InteropServices::Out] System::String^% mgrs);
172 static void Forward(
int zone,
bool northp,
double x,
double y,
double lat,
174 [System::Runtime::InteropServices::Out] System::String^% mgrs);
220 static void Reverse(System::String^ mgrs,
221 [System::Runtime::InteropServices::Out]
int% zone,
222 [System::Runtime::InteropServices::Out]
bool% northp,
223 [System::Runtime::InteropServices::Out]
double% x,
224 [System::Runtime::InteropServices::Out]
double% y,
225 [System::Runtime::InteropServices::Out]
int% prec,