Marble
GeoDataRegion.cpp
A class that defines a 3D bounding box for geographic data.
Definition: GeoDataLatLonAltBox.h:42
void unpack(QDataStream &stream) override
Unserialize the Region from a stream.
Definition: GeoDataRegion.cpp:137
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:102
const GeoDataLatLonAltBox & latLonAltBox() const
Returns a geodesic bounding box ("latLonAltBox") of the region. Returns a geodesic bounding box that ...
Definition: GeoDataRegion.cpp:67
void pack(QDataStream &stream) const override
Reimplemented from Serializable.
Definition: GeoDataObject.cpp:114
Binds a QML item to a specific geodetic location in screen coordinates.
Definition: AbstractDataPlugin.cpp:22
virtual bool equals(const GeoDataObject &other) const
Compares the value of id and targetId of the two objects.
Definition: GeoDataObject.cpp:126
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:121
GeoDataRegion()
Creates a new GeoDataRegion object that is not assigned to a feature. Naturally it's recommended to a...
Definition: GeoDataRegion.cpp:25
a class representing a point of interest on the map
Definition: GeoDataPlacemark.h:48
void pack(QDataStream &stream) const override
Serialize the Region to a stream.
Definition: GeoDataRegion.cpp:128
GeoDataRegion describes the visibility and extent of a feature.
Definition: GeoDataRegion.h:43
GeoDataLod & lod() const
Returns the region's level of detail. The level of detail is returned as a lod object....
Definition: GeoDataRegion.cpp:109
void unpack(QDataStream &steam) override
Reimplemented from Serializable.
Definition: GeoDataObject.cpp:120
const char * nodeType() const override
Provides type information for downcasting a GeoNode.
Definition: GeoDataRegion.cpp:50
The level of detail which indicates visibility and importance.
Definition: GeoDataLod.h:39
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Oct 2 2023 03:52:08 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Oct 2 2023 03:52:08 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.