Marble
GeoDataRegion.cpp
53 return equals(other) && this->latLonAltBox() == other.latLonAltBox() && this->lod() == other.lod();
A class that defines a 3D bounding box for geographic data.
Definition GeoDataLatLonAltBox.h:40
The level of detail which indicates visibility and importance.
Definition GeoDataLod.h:38
virtual bool equals(const GeoDataObject &other) const
Compares the value of id and targetId of the two objects.
Definition GeoDataObject.cpp:127
void pack(QDataStream &stream) const override
Reimplemented from Serializable.
Definition GeoDataObject.cpp:115
void unpack(QDataStream &steam) override
Reimplemented from Serializable.
Definition GeoDataObject.cpp:121
a class representing a point of interest on the map
Definition GeoDataPlacemark.h:47
GeoDataRegion describes the visibility and extent of a feature.
Definition GeoDataRegion.h:43
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:108
void pack(QDataStream &stream) const override
Serialize the Region to a stream.
Definition GeoDataRegion.cpp:114
GeoDataLod & lod() const
Returns the region's level of detail. The level of detail is returned as a lod object....
Definition GeoDataRegion.cpp:97
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:91
void unpack(QDataStream &stream) override
Unserialize the Region from a stream.
Definition GeoDataRegion.cpp:122
GeoDataRegion()
Creates a new GeoDataRegion object that is not assigned to a feature. Naturally it's recommended to a...
Definition GeoDataRegion.cpp:23
const GeoDataLatLonAltBox & latLonAltBox() const
Returns a geodesic bounding box ("latLonAltBox") of the region. Returns a geodesic bounding box that ...
Definition GeoDataRegion.cpp:61
const char * nodeType() const override
Provides type information for downcasting a GeoNode.
Definition GeoDataRegion.cpp:46
Binds a QML item to a specific geodetic location in screen coordinates.
Definition AbstractDataPlugin.cpp:23
T * geodata_cast(GeoDataObject *node)
Returns the given node cast to type T if the node was instantiated as type T; otherwise returns 0.
Definition GeoDataObject.h:103
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:37:03 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:37:03 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.