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:110
virtual void pack(QDataStream &stream) const
Serialize the Region to a stream.
Definition: GeoDataRegion.cpp:136
const char * GeoDataPlacemarkType
Definition: GeoDataTypes.cpp:66
virtual bool equals(const GeoDataObject &other) const
Compares the value of id and targetId of the two objects.
Definition: GeoDataObject.cpp:126
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
GeoDataGeometry * geometry()
The geometry of the GeoDataPlacemark is to be rendered to the marble map along with the icon at the c...
Definition: GeoDataPlacemark.cpp:152
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:129
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:153
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:73
virtual void unpack(QDataStream &stream)
Unserialize the Lod from a stream.
Definition: GeoDataLod.cpp:112
bool operator==(const GeoDataRegion &other) const
Definition: GeoDataRegion.cpp:61
virtual void pack(QDataStream &stream) const
Serialize the contents of the feature to stream.
Definition: GeoDataLatLonAltBox.cpp:291
virtual void unpack(QDataStream &stream)
Unserialize the Region from a stream.
Definition: GeoDataRegion.cpp:145
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:117
virtual void pack(QDataStream &stream) const
Serialize the Lod to a stream.
Definition: GeoDataLod.cpp:104
bool operator!=(const GeoDataRegion &other) const
Definition: GeoDataRegion.cpp:68
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
virtual const GeoDataLatLonAltBox & latLonAltBox() const
Definition: GeoDataGeometry.cpp:122
Definition: GeoDataRegion_p.h:21
virtual const char * nodeType() const
Provides type information for downcasting a GeoData.
Definition: GeoDataFeature.cpp:158
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:299
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:39 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:39 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.