Marble
GeoDataPolygon.h
A class that defines a 3D bounding box for geographic data.
Definition GeoDataLatLonAltBox.h:40
A LinearRing that allows to store a closed, contiguous set of line segments.
Definition GeoDataLinearRing.h:60
bool operator==(const GeoDataPolygon &other) const
Returns true/false depending on whether this and other are/are not equal.
Definition GeoDataPolygon.cpp:53
void appendInnerBoundary(const GeoDataLinearRing &boundary)
Appends a given LinearRing as an inner boundary of the Polygon.
Definition GeoDataPolygon.cpp:166
const GeoDataLatLonAltBox & latLonAltBox() const override
Returns the smallest latLonAltBox that contains the Polygon.
Definition GeoDataPolygon.cpp:124
void setTessellate(bool tessellate)
Sets the tessellation property for the Polygon.
Definition GeoDataPolygon.cpp:94
void setOuterBoundary(const GeoDataLinearRing &boundary)
Sets the given LinearRing as an outer boundary of the Polygon.
Definition GeoDataPolygon.cpp:144
GeoDataLinearRing & outerBoundary()
Returns the outer boundary that is represented as a LinearRing.
Definition GeoDataPolygon.cpp:130
const char * nodeType() const override
Provides type information for downcasting a GeoNode.
Definition GeoDataPolygon.cpp:38
void setTessellationFlags(TessellationFlags f)
Sets the given tessellation flags for a Polygon.
Definition GeoDataPolygon.cpp:116
QList< GeoDataLinearRing > & innerBoundaries()
Returns a set of inner boundaries which are represented as LinearRings.
Definition GeoDataPolygon.cpp:152
void unpack(QDataStream &stream) override
Unserialize the Polygon from a stream.
Definition GeoDataPolygon.cpp:206
virtual bool contains(const GeoDataCoordinates &coordinates) const
Returns whether the given coordinates lie within the polygon.
Definition GeoDataPolygon.cpp:233
virtual bool isClosed() const
Returns whether a Polygon is a closed polygon.
Definition GeoDataPolygon.cpp:83
void pack(QDataStream &stream) const override
Serialize the Polygon to a stream.
Definition GeoDataPolygon.cpp:188
bool tessellate() const
Returns whether the Polygon follows the earth's surface.
Definition GeoDataPolygon.cpp:88
GeoDataPolygon(TessellationFlags f=NoTessellation)
Creates a new Polygon.
Definition GeoDataPolygon.cpp:19
TessellationFlags tessellationFlags() const
Returns the tessellation flags for a Polygon.
Definition GeoDataPolygon.cpp:110
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.