marble
#include <GeoDataLocation.h>
Protected Attributes | |
GeoDataLocationPrivate *const | d |
Additional Inherited Members | |
Protected Member Functions inherited from Marble::GeoDataObject | |
virtual bool | equals (const GeoDataObject &other) const |
Detailed Description
Definition at line 23 of file GeoDataLocation.h.
Constructor & Destructor Documentation
Marble::GeoDataLocation::GeoDataLocation | ( | ) |
Definition at line 32 of file GeoDataLocation.cpp.
Marble::GeoDataLocation::GeoDataLocation | ( | const GeoDataLocation & | other | ) |
Definition at line 37 of file GeoDataLocation.cpp.
Marble::GeoDataLocation::~GeoDataLocation | ( | ) |
Definition at line 62 of file GeoDataLocation.cpp.
Member Function Documentation
qreal Marble::GeoDataLocation::altitude | ( | ) | const |
Returns the distance to earth's surface in meters, interpreted according to altitudeMode.
Definition at line 72 of file GeoDataLocation.cpp.
qreal Marble::GeoDataLocation::latitude | ( | GeoDataCoordinates::Unit | unit | ) | const |
Definition at line 83 of file GeoDataLocation.cpp.
qreal Marble::GeoDataLocation::longitude | ( | GeoDataCoordinates::Unit | unit | ) | const |
Definition at line 93 of file GeoDataLocation.cpp.
|
virtual |
Provides type information for downcasting a GeoNode.
Implements Marble::GeoDataObject.
Definition at line 67 of file GeoDataLocation.cpp.
bool Marble::GeoDataLocation::operator!= | ( | const GeoDataLocation & | other | ) | const |
Definition at line 57 of file GeoDataLocation.cpp.
GeoDataLocation & Marble::GeoDataLocation::operator= | ( | const GeoDataLocation & | other | ) |
Definition at line 43 of file GeoDataLocation.cpp.
bool Marble::GeoDataLocation::operator== | ( | const GeoDataLocation & | other | ) | const |
Definition at line 51 of file GeoDataLocation.cpp.
void Marble::GeoDataLocation::setAltitude | ( | qreal | altitude | ) |
Definition at line 77 of file GeoDataLocation.cpp.
void Marble::GeoDataLocation::setLatitude | ( | qreal | latitude, |
GeoDataCoordinates::Unit | unit | ||
) |
Definition at line 88 of file GeoDataLocation.cpp.
void Marble::GeoDataLocation::setLongitude | ( | qreal | longitude, |
GeoDataCoordinates::Unit | unit | ||
) |
Definition at line 98 of file GeoDataLocation.cpp.
Member Data Documentation
|
protected |
Definition at line 54 of file GeoDataLocation.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:44 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.