marble
Marble::ElevationModel Class Reference
#include <ElevationModel.h>
Inheritance diagram for Marble::ElevationModel:
Signals | |
void | updateAvailable () |
Public Member Functions | |
ElevationModel (MarbleModel *const model) | |
qreal | height (qreal lon, qreal lat) const |
QList< GeoDataCoordinates > | heightProfile (qreal fromLon, qreal fromLat, qreal toLon, qreal toLat) const |
Detailed Description
Definition at line 33 of file ElevationModel.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 74 of file ElevationModel.cpp.
Member Function Documentation
qreal Marble::ElevationModel::height | ( | qreal | lon, |
qreal | lat | ||
) | const |
Definition at line 83 of file ElevationModel.cpp.
QList< GeoDataCoordinates > Marble::ElevationModel::heightProfile | ( | qreal | fromLon, |
qreal | fromLat, | ||
qreal | toLon, | ||
qreal | toLat | ||
) | const |
Definition at line 162 of file ElevationModel.cpp.
|
signal |
Elevation tiles loaded.
You will get more accurate results when querying height for at least one that was queried before.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:55 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:55 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.