10 #if !defined(GEOGRAPHICLIB_GEOREF_HPP) 11 #define GEOGRAPHICLIB_GEOREF_HPP 1 17 # pragma warning (push) 18 # pragma warning (disable: 4251) 52 maxlen_ = baselen_ + 2 * maxprec_,
82 static void Forward(real
lat, real
lon,
int prec, std::string& georef);
110 static void Reverse(
const std::string& georef, real&
lat, real&
lon,
111 int& prec,
bool centerp =
true);
123 return real(prec < 0 ? 15 : 1);
144 for (
int prec = 0; prec < maxprec_; ++prec) {
147 if (Resolution(prec) <= res)
157 #if defined(_MSC_VER) 158 # pragma warning (pop) 161 #endif // GEOGRAPHICLIB_GEOREF_HPP static const char *const lattile_
#define GEOGRAPHICLIB_EXPORT
static Math::real Resolution(int prec)
static const char *const lontile_
static const char *const degrees_
cout<< "Here is the matrix m:"<< endl<< m<< endl;Matrix< ptrdiff_t, 3, 1 > res
Namespace for GeographicLib.
static const char *const digits_
Header for GeographicLib::Constants class.
static int Precision(real res)
Jet< T, N > pow(const Jet< T, N > &f, double g)
Conversions for the World Geographic Reference System (georef)