Implementation for GeographicLib::Geoid class. More...
#include "GeographicLib/Geoid.hpp"#include <sstream>#include <cstdlib>#include <algorithm>Go to the source code of this file.
Namespaces | |
| namespace | GeographicLib |
Namespace for GeographicLib. | |
Defines | |
| #define | GEOGRAPHICLIB_GEOID_CPP "$Id: Geoid.cpp 6967 2011-02-19 15:53:41Z karney $" |
| #define | GEOID_DEFAULT_PATH "/usr/local/share/GeographicLib/geoids" |
| #define | GEOID_DEFAULT_NAME "egm96-5" |
Implementation for GeographicLib::Geoid class.
Copyright (c) Charles Karney (2009, 2010, 2011) <charles@karney.com> and licensed under the LGPL. For more information, see http://geographiclib.sourceforge.net/
Definition in file Geoid.cpp.
| #define GEOGRAPHICLIB_GEOID_CPP "$Id: Geoid.cpp 6967 2011-02-19 15:53:41Z karney $" |
| #define GEOID_DEFAULT_PATH "/usr/local/share/GeographicLib/geoids" |
Definition at line 24 of file Geoid.cpp.
Referenced by GeographicLib::Geoid::DefaultGeoidPath(), and GeographicLib::Geoid::DefaultPath().
| #define GEOID_DEFAULT_NAME "egm96-5" |
Definition at line 28 of file Geoid.cpp.
Referenced by GeographicLib::Geoid::DefaultGeoidName().
1.7.1