marble
#include <GeoDataGeometry.h>
Public Member Functions | |
GeoDataGeometry () | |
GeoDataGeometry (const GeoDataGeometry &other) | |
virtual | ~GeoDataGeometry () |
AltitudeMode | altitudeMode () const |
void | detach () |
bool | extrude () const |
virtual EnumGeometryId | geometryId () const |
virtual const GeoDataLatLonAltBox & | latLonAltBox () const |
virtual const char * | nodeType () const |
GeoDataGeometry & | operator= (const GeoDataGeometry &other) |
virtual void | pack (QDataStream &stream) const |
void | setAltitudeMode (const AltitudeMode altitudeMode) |
void | setExtrude (bool extrude) |
virtual void | unpack (QDataStream &stream) |
Public Member Functions inherited from Marble::GeoDataObject | |
GeoDataObject () | |
GeoDataObject (const GeoDataObject &) | |
virtual | ~GeoDataObject () |
int | id () const |
GeoDataObject & | operator= (const GeoDataObject &) |
virtual GeoDataObject * | parent () const |
QString | resolvePath (const QString &relativePath) const |
void | setId (int value) |
virtual void | setParent (GeoDataObject *parent) |
void | setTargetId (int value) |
int | targetId () const |
Public Member Functions inherited from Marble::GeoNode | |
GeoNode () | |
virtual | ~GeoNode () |
Public Member Functions inherited from Marble::Serializable | |
virtual | ~Serializable () |
Detailed Description
A base class for all geodata features.
GeoDataGeometry is the base class for most geodata classes that deal with geometric data (points, linestrings, polygons, etc.)
Definition at line 47 of file GeoDataGeometry.h.
Constructor & Destructor Documentation
Marble::GeoDataGeometry::GeoDataGeometry | ( | ) |
Definition at line 28 of file GeoDataGeometry.cpp.
Marble::GeoDataGeometry::GeoDataGeometry | ( | const GeoDataGeometry & | other | ) |
Definition at line 34 of file GeoDataGeometry.cpp.
|
virtual |
Definition at line 48 of file GeoDataGeometry.cpp.
Member Function Documentation
AltitudeMode Marble::GeoDataGeometry::altitudeMode | ( | ) | const |
Definition at line 111 of file GeoDataGeometry.cpp.
void Marble::GeoDataGeometry::detach | ( | ) |
Definition at line 54 of file GeoDataGeometry.cpp.
bool Marble::GeoDataGeometry::extrude | ( | ) | const |
Definition at line 100 of file GeoDataGeometry.cpp.
|
virtual |
Reimplemented in Marble::GeoDataTrack.
Definition at line 82 of file GeoDataGeometry.cpp.
|
virtual |
Reimplemented in Marble::GeoDataTrack, Marble::GeoDataLineString, Marble::GeoDataPolygon, Marble::GeoDataMultiGeometry, and Marble::GeoDataMultiTrack.
Definition at line 122 of file GeoDataGeometry.cpp.
|
virtual |
Provides type information for downcasting a GeoData.
Implements Marble::GeoDataObject.
Reimplemented in Marble::GeoDataTrack, Marble::GeoDataPoint, and Marble::GeoDataModel.
Definition at line 77 of file GeoDataGeometry.cpp.
GeoDataGeometry & Marble::GeoDataGeometry::operator= | ( | const GeoDataGeometry & | other | ) |
Definition at line 87 of file GeoDataGeometry.cpp.
|
virtual |
Serialize the contents of the feature to stream
.
Reimplemented from Marble::GeoDataObject.
Reimplemented in Marble::GeoDataLineString, Marble::GeoDataPolygon, Marble::GeoDataTrack, Marble::GeoDataMultiGeometry, Marble::GeoDataPoint, and Marble::GeoDataMultiTrack.
Definition at line 127 of file GeoDataGeometry.cpp.
void Marble::GeoDataGeometry::setAltitudeMode | ( | const AltitudeMode | altitudeMode | ) |
Definition at line 116 of file GeoDataGeometry.cpp.
void Marble::GeoDataGeometry::setExtrude | ( | bool | extrude | ) |
Definition at line 105 of file GeoDataGeometry.cpp.
|
virtual |
Unserialize the contents of the feature from stream
.
Reimplemented from Marble::GeoDataObject.
Reimplemented in Marble::GeoDataLineString, Marble::GeoDataPolygon, Marble::GeoDataTrack, Marble::GeoDataMultiGeometry, Marble::GeoDataPoint, and Marble::GeoDataMultiTrack.
Definition at line 135 of file GeoDataGeometry.cpp.
The documentation for this class was generated from the following files:
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.