libosmscout
0.1
|
Classes | |
class | osmscout::SRTM |
Read elevation data in hgt format. More... | |
Namespaces | |
osmscout | |
Original source: http://code.qt.io/cgit/qt/qt.git/tree/tools/qml/qmlruntime.cpp?h=4.7#n438. | |
Macros | |
#define | SRTM1_FILESIZE (SRTM1_GRID*SRTM1_GRID*2) |
#define | SRTM1_GRID 3601 |
#define | SRTM3_FILESIZE (SRTM3_GRID*SRTM3_GRID*2) |
#define | SRTM3_GRID 1201 |
#define SRTM1_FILESIZE (SRTM1_GRID*SRTM1_GRID*2) |
Referenced by osmscout::SRTM::heightAtLocation().
#define SRTM1_GRID 3601 |
Referenced by osmscout::SRTM::heightAtLocation().
#define SRTM3_FILESIZE (SRTM3_GRID*SRTM3_GRID*2) |
Referenced by osmscout::SRTM::heightAtLocation().
#define SRTM3_GRID 1201 |
Referenced by osmscout::SRTM::heightAtLocation().