Header for GeographicLib::Geoid class. More...
#include <vector>
#include <fstream>
#include <GeographicLib/Constants.hpp>
Go to the source code of this file.
Classes | |
class | GeographicLib::Geoid |
Looking up the height of the geoid. More... | |
Namespaces | |
namespace | GeographicLib |
Namespace for GeographicLib. | |
Defines | |
#define | GEOGRAPHICLIB_GEOID_HPP 1 |
#define | GEOGRAPHICLIB_GEOID_PGM_PIXEL_WIDTH 2 |
Header for GeographicLib::Geoid class.
Copyright (c) Charles Karney (2009-2012) <charles@karney.com> and licensed under the MIT/X11 License. For more information, see http://geographiclib.sourceforge.net/
Definition in file Geoid.hpp.
#define GEOGRAPHICLIB_GEOID_PGM_PIXEL_WIDTH 2 |
The size of the pixel data in the pgm data files for the geoids. 2 is the standard size corresponding to a maxval 2161. Setting it to 4 uses a maxval of 2321 and changes the extension for the data files from .pgm to .pgm4. Note that the format of these pgm4 files is a non-standard extension of the pgm format.