Marble
GeoDataRegion.h
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
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
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:52:09 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:52:09 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.