marble
GeoDataRegion.cpp
Go to the documentation of this file.
void setLatLonAltBox(const GeoDataLatLonAltBox &latLonAltBox)
Sets the latLonAltBox of the region. Sets the geodesic bounding box that describes the extent of a fe...
Definition: GeoDataRegion.cpp:100
virtual void pack(QDataStream &stream) const
Serialize the Region to a stream.
Definition: GeoDataRegion.cpp:126
const char * GeoDataPlacemarkType
Definition: GeoDataTypes.cpp:62
virtual const char * nodeType() const
Provides type information for downcasting a GeoNode.
Definition: GeoDataRegion.cpp:56
virtual void pack(QDataStream &stream) const
Reimplemented from Serializable.
Definition: GeoDataObject.cpp:114
GeoDataCoordinates coordinate(const QDateTime &dateTime=QDateTime(), bool *iconAtCoordinates=0) const
Return the coordinates of the placemark at time dateTime as a GeoDataCoordinates. ...
Definition: GeoDataPlacemark.cpp:78
GeoDataGeometry * geometry() const
The geometry of the GeoDataPlacemark is to be rendered to the marble map along with the icon at the c...
Definition: GeoDataPlacemark.cpp:63
void setLod(const GeoDataLod &lod)
Sets a region's level of detail. The level of detail is set as a lod object.
Definition: GeoDataRegion.cpp:119
GeoDataRegion()
Creates a new GeoDataRegion object that is not assigned to a feature. Naturally it's recommended to a...
Definition: GeoDataRegion.cpp:31
GeoDataRegion & operator=(const GeoDataRegion &other)
Definition: GeoDataRegion.cpp:143
const char * nodeType() const
Definition: GeoDataRegion_p.h:64
The level of detail which indicates visibility and importance.
Definition: GeoDataLod.h:44
const GeoDataLatLonAltBox & latLonAltBox() const
Returns a geodesic bounding box ("latLonAltBox") of the region. Returns a geodesic bounding box that ...
Definition: GeoDataRegion.cpp:62
virtual void unpack(QDataStream &stream)
Unserialize the Lod from a stream.
Definition: GeoDataLod.cpp:99
virtual void pack(QDataStream &stream) const
Serialize the contents of the feature to stream.
Definition: GeoDataLatLonAltBox.cpp:292
virtual void unpack(QDataStream &stream)
Unserialize the Region from a stream.
Definition: GeoDataRegion.cpp:135
GeoDataLatLonAltBox * m_latLonAltBox
Definition: GeoDataRegion_p.h:70
GeoDataLod & lod() const
Returns the region's level of detail. The level of detail is returned as a lod object. If no lod has been set then a GeoDataLod object with default values is being returned.
Definition: GeoDataRegion.cpp:107
virtual void pack(QDataStream &stream) const
Serialize the Lod to a stream.
Definition: GeoDataLod.cpp:91
GeoDataRegion describes the visibility and extent of a feature.
Definition: GeoDataRegion.h:49
virtual void unpack(QDataStream &steam)
Reimplemented from Serializable.
Definition: GeoDataObject.cpp:120
Definition: GeoDataRegion_p.h:21
virtual const char * nodeType() const
Provides type information for downcasting a GeoData.
Definition: GeoDataFeature.cpp:94
a class representing a point of interest on the map
Definition: GeoDataPlacemark.h:54
A class that defines a 3D bounding box for geographic data.
Definition: GeoDataLatLonAltBox.h:49
virtual void unpack(QDataStream &stream)
Unserialize the contents of the feature from stream.
Definition: GeoDataLatLonAltBox.cpp:300
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:50 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:50 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.