Marble
GeoDataPolygon.cpp
A class that defines a 3D bounding box for geographic data.
Definition: GeoDataLatLonAltBox.h:42
void append(const T &value)
QVector::const_iterator constEnd() const const
virtual bool contains(const GeoDataCoordinates &coordinates) const
Returns whether the given coordinates lie within the polygon.
Definition: GeoDataPolygon.cpp:241
void pack(QDataStream &stream) const override
Serialize the Polygon to a stream.
Definition: GeoDataPolygon.cpp:193
void setOuterBoundary(const GeoDataLinearRing &boundary)
Sets the given LinearRing as an outer boundary of the Polygon.
Definition: GeoDataPolygon.cpp:149
GeoDataPolygon(TessellationFlags f=NoTessellation)
Creates a new Polygon.
Definition: GeoDataPolygon.cpp:21
bool tessellate() const
Returns whether the Polygon follows the earth's surface.
Definition: GeoDataPolygon.cpp:93
QVector< GeoDataLinearRing > & innerBoundaries()
Returns a set of inner boundaries which are represented as LinearRings.
Definition: GeoDataPolygon.cpp:157
const GeoDataLatLonAltBox & latLonAltBox() const override
Returns the smallest latLonAltBox that contains the Polygon.
Definition: GeoDataPolygon.cpp:129
TessellationFlags tessellationFlags() const
Returns the tessellation flags for a Polygon.
Definition: GeoDataPolygon.cpp:115
void appendInnerBoundary(const GeoDataLinearRing &boundary)
Appends a given LinearRing as an inner boundary of the Polygon.
Definition: GeoDataPolygon.cpp:171
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
void pack(QDataStream &stream) const override
Serialize the LineString to a stream.
Definition: GeoDataLineString.cpp:903
void reserve(int size)
const char * nodeType() const override
Provides type information for downcasting a GeoNode.
Definition: GeoDataPolygon.cpp:40
GeoDataLinearRing & outerBoundary()
Returns the outer boundary that is represented as a LinearRing.
Definition: GeoDataPolygon.cpp:135
void unpack(QDataStream &stream) override
Unserialize the LineString from a stream.
Definition: GeoDataLineString.cpp:923
bool operator==(const GeoDataPolygon &other) const
Returns true/false depending on whether this and other are/are not equal.
Definition: GeoDataPolygon.cpp:55
void setTessellationFlags(TessellationFlags f)
Sets the given tessellation flags for a Polygon.
Definition: GeoDataPolygon.cpp:121
virtual bool isClosed() const
Returns whether a Polygon is a closed polygon.
Definition: GeoDataPolygon.cpp:88
int size() const const
void unpack(QDataStream &stream) override
Unserialize the Polygon from a stream.
Definition: GeoDataPolygon.cpp:214
void setTessellate(bool tessellate)
Sets the tessellation property for the Polygon.
Definition: GeoDataPolygon.cpp:99
QVector::const_iterator constBegin() const const
void unpack(QDataStream &steam) override
Reimplemented from Serializable.
Definition: GeoDataObject.cpp:120
A LinearRing that allows to store a closed, contiguous set of line segments.
Definition: GeoDataLinearRing.h:62
Q_D(Todo)
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Fri Sep 22 2023 03:53:10 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Fri Sep 22 2023 03:53:10 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.