GeographicLib 2.1.2
|
This is the complete list of members for GeographicLib::MGRS, including all inherited members.
Check() | GeographicLib::MGRS | static |
Decode(const std::string &mgrs, std::string &gridzone, std::string &block, std::string &easting, std::string &northing) | GeographicLib::MGRS | static |
EquatorialRadius() | GeographicLib::MGRS | inlinestatic |
Flattening() | GeographicLib::MGRS | inlinestatic |
Forward(int zone, bool northp, real x, real y, int prec, std::string &mgrs) | GeographicLib::MGRS | static |
Forward(int zone, bool northp, real x, real y, real lat, int prec, std::string &mgrs) | GeographicLib::MGRS | static |
Reverse(const std::string &mgrs, int &zone, bool &northp, real &x, real &y, int &prec, bool centerp=true) | GeographicLib::MGRS | static |
UTMUPS | GeographicLib::MGRS | friend |