Marble
GeoDataLinearRing.h
GeoDataLineString(TessellationFlags f=NoTessellation)
Creates a new LineString.
Definition GeoDataLineString.cpp:20
const char * nodeType() const override
Provides type information for downcasting a GeoNode.
Definition GeoDataLinearRing.cpp:27
bool isClosed() const override
Returns whether a LinearRing is a closed polygon.
Definition GeoDataLinearRing.cpp:52
virtual bool isClockwise() const
Returns whether the orientaion of ring is coloskwise or not.
Definition GeoDataLinearRing.cpp:93
virtual bool contains(const GeoDataCoordinates &coordinates) const
Returns whether the given coordinates lie within the polygon.
Definition GeoDataLinearRing.cpp:64
bool operator==(const GeoDataLinearRing &other) const
Returns true/false depending on whether this and other are/are not equal.
Definition GeoDataLinearRing.cpp:42
GeoDataLinearRing(TessellationFlags f=NoTessellation)
Creates a new LinearRing.
Definition GeoDataLinearRing.cpp:15
qreal length(qreal planetRadius, int offset=0) const override
Returns the length of the LinearRing across a sphere.
Definition GeoDataLinearRing.cpp:57
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.