25 geohash =
gcnew System::String( l.c_str() );
27 catch (
const std::exception& xcpt )
35 [System::Runtime::InteropServices::Out]
double%
lat,
36 [System::Runtime::InteropServices::Out]
double%
lon,
37 [System::Runtime::InteropServices::Out]
int%
len,
45 llat, llon, llen, centerp );
50 catch (
const std::exception& err )
static Math::real LongitudeResolution(int len)
Header for NETGeographicLib::NETGeographicLib objects.
static double LatitudeResolution(int len)
Exception class for NETGeographicLib.
static std::string ManagedToUnmanaged(System::String^s)
static void Forward(double lat, double lon, int len, [System::Runtime::InteropServices::Out] System::String^%geohash)
static int GeohashLength(double res)
static int GeohashLength(real res)
static int DecimalPrecision(int len)
cout<< "Here is the matrix m:"<< endl<< m<< endl;Matrix< ptrdiff_t, 3, 1 > res
static const Line3 l(Rot3(), 1, 1)
Header for NETGeographicLib::Geohash class.
static int DecimalPrecision(int len)
static void Forward(real lat, real lon, int len, std::string &geohash)
static void Reverse(const std::string &geohash, real &lat, real &lon, int &len, bool centerp=true)
static double LongitudeResolution(int len)
static Math::real LatitudeResolution(int len)
Header for GeographicLib::Geohash class.
static void Reverse(System::String^geohash, [System::Runtime::InteropServices::Out] double%lat, [System::Runtime::InteropServices::Out] double%lon, [System::Runtime::InteropServices::Out] int%len, bool centerp)