QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
Go to the documentation of this file.
18 #ifndef QGSCURVEPOLYGON_H
19 #define QGSCURVEPOLYGON_H
21 #include "qgis_core.h"
49 void clear()
override;
52 bool fromWkt(
const QString &wkt )
override;
54 int wkbSize( QgsAbstractGeometry::WkbFlags flags = QgsAbstractGeometry::WkbFlags() )
const override;
55 QByteArray
asWkb( QgsAbstractGeometry::WkbFlags flags = QgsAbstractGeometry::WkbFlags() )
const override;
69 bool removeDuplicateNodes(
double epsilon = 4 * std::numeric_limits<double>::epsilon(),
bool useZValues =
false )
override;
77 double roundness()
const;
88 return mInteriorRings.size();
98 return mExteriorRing.get();
111 return mExteriorRing.get();
124 if ( i < 0 || i >= mInteriorRings.size() )
128 return mInteriorRings.at( i );
141 if ( i < 0 || i >= mInteriorRings.size() )
145 return mInteriorRings.at( i );
159 if ( a0 < 0 || a0 >= sipCpp->numInteriorRings() )
161 PyErr_SetString( PyExc_IndexError, QByteArray::number( a0 ) );
166 return sipConvertFromType(
const_cast< QgsCurve *
>( sipCpp->interiorRing( a0 ) ), sipType_QgsCurve, NULL );
190 void setInteriorRings(
const QVector<QgsCurve *> &rings
SIP_TRANSFER );
202 bool removeInteriorRing(
int ringIndex );
214 bool removeInteriorRing(
int i );
216 if ( a0 < 0 || a0 >= sipCpp->numInteriorRings() )
218 PyErr_SetString( PyExc_IndexError, QByteArray::number( a0 ) );
223 return PyBool_FromLong( sipCpp->removeInteriorRing( a0 ) );
235 void removeInteriorRings(
double minimumAllowedArea = -1 );
244 void removeInvalidRings();
269 void forceClockwise();
279 void forceCounterClockwise();
282 void draw( QPainter &p )
const override;
284 void transform( const QTransform &t,
double zTranslate = 0.0,
double zScale = 1.0,
double mTranslate = 0.0,
double mScale = 1.0 ) override;
288 bool deleteVertex(
QgsVertexId position ) override;
291 int nCoordinates() const override;
292 int vertexNumberFromVertexId(
QgsVertexId id ) const override;
298 bool hasCurvedSegments() const override;
305 QgsAbstractGeometry *segmentize(
double tolerance = M_PI_2 / 90, SegmentationToleranceType toleranceType = MaximumAngle ) const override
SIP_FACTORY;
312 double vertexAngle(
QgsVertexId vertex ) const override;
314 int vertexCount(
int part = 0,
int ring = 0 ) const override;
315 int ringCount(
int part = 0 ) const override
SIP_HOLDGIL;
318 double segmentLength(
QgsVertexId startVertex ) const override;
320 bool addZValue(
double zValue = 0 ) override;
321 bool addMValue(
double mValue = 0 ) override;
322 bool dropZValue() override;
323 bool dropMValue() override;
324 void swapXy() override;
358 SIP_PYOBJECT __repr__();
360 QString wkt = sipCpp->asWkt();
361 if ( wkt.length() > 1000 )
362 wkt = wkt.left( 1000 ) + QStringLiteral(
"..." );
363 QString
str = QStringLiteral(
"<QgsCurvePolygon: %1>" ).arg( wkt );
364 sipRes = PyUnicode_FromString(
str.toUtf8().constData() );
384 #endif // QGSCURVEPOLYGON_H
Abstract base class for curved geometry type.
QVector< QgsRingSequence > QgsCoordinateSequence
virtual bool removeDuplicateNodes(double epsilon=4 *std::numeric_limits< double >::epsilon(), bool useZValues=false)=0
Removes duplicate nodes from the geometry, wherever removing the nodes does not result in a degenerat...
virtual bool fromWkt(const QString &wkt)=0
Sets the geometry from a WKT string.
virtual int compareToSameClass(const QgsAbstractGeometry *other) const =0
Compares to an other geometry of the same class, and returns a integer for sorting of the two geometr...
QgsCurve * interiorRing(int i)
Retrieves an interior ring from the curve polygon.
virtual QPainterPath asQPainterPath() const =0
Returns the geometry represented as a QPainterPath.
virtual QByteArray asWkb(WkbFlags flags=QgsAbstractGeometry::WkbFlags()) const =0
Returns a WKB representation of the geometry.
Point geometry type, with support for z-dimension and m-values.
virtual QgsAbstractGeometry * snappedToGrid(double hSpacing, double vSpacing, double dSpacing=0, double mSpacing=0) const =0
Makes a new geometry with all the points or vertices snapped to the closest point of the grid.
virtual int wkbSize(QgsAbstractGeometry::WkbFlags flags=QgsAbstractGeometry::WkbFlags()) const =0
Returns the length of the QByteArray returned by asWkb()
const QgsCurve * exteriorRing() const SIP_HOLDGIL
Returns the curve polygon's exterior ring.
static Type flatType(Type type) SIP_HOLDGIL
Returns the flat type for a WKB type.
virtual void filterVertices(const std::function< bool(const QgsPoint &) > &filter)
Filters the vertices from the geometry in place, removing any which do not return true for the filter...
Curve polygon geometry type.
virtual QString asWkt(int precision=17) const =0
Returns a WKT representation of the geometry.
Type
The WKB type describes the number of dimensions a geometry has.
virtual QString asKml(int precision=17) const =0
Returns a KML representation of the geometry.
static const QgsCurvePolygon * cast(const QgsAbstractGeometry *geom)
Cast the geom to a QgsCurvePolygon.
virtual QgsAbstractGeometry * childGeometry(int index) const
Returns pointer to child geometry (for geometries with child geometries - i.e.
double closestSegment(const QgsPolylineXY &pl, const QgsPointXY &pt, int &vertexAfter, double epsilon)
QgsCurve * exteriorRing()
Returns a non-const pointer to the curve polygon's exterior ring.
A rectangle specified with double values.
#define SIP_TYPEHINT(type)
virtual void transform(const QgsCoordinateTransform &ct, Qgis::TransformDirection d=Qgis::TransformDirection::Forward, bool transformZ=false) SIP_THROW(QgsCsException)=0
Transforms the geometry using a coordinate transform.
int numInteriorRings() const SIP_HOLDGIL
Returns the number of interior rings contained with the curve polygon.
double ANALYSIS_EXPORT leftOf(const QgsPoint &thepoint, const QgsPoint *p1, const QgsPoint *p2)
Returns whether 'thepoint' is left or right of the line from 'p1' to 'p2'. Negative values mean left ...
virtual double area() const
Returns the planar, 2-dimensional area of the geometry.
virtual QgsPolygon * surfaceToPolygon() const =0
Gets a polygon representation of this surface.
virtual int dimension() const =0
Returns the inherent dimension of the geometry.
Custom exception class for Coordinate Reference System related exceptions.
std::unique_ptr< QgsCurve > mExteriorRing
QgsWkbTypes::Type wkbType() const SIP_HOLDGIL
Returns the WKB type of the geometry.
AxisOrder
Axis order for GML generation.
virtual json asJsonObject(int precision=17) const
Returns a json object representation of the geometry.
CORE_EXPORT std::unique_ptr< QgsPolygon > toPolygon(const QgsMeshFace &face, const QVector< QgsMeshVertex > &vertices)
Returns face as polygon geometry, caller is responsible for delete.
Base class for feedback objects to be used for cancellation of something running in a worker thread.
virtual QgsAbstractGeometry * clone() const =0
Clones the geometry by performing a deep copy.
virtual void clear()=0
Clears the geometry, ie reset it to a null geometry.
const QgsCurve * interiorRing(int i) const SIP_HOLDGIL
Retrieves an interior ring from the curve polygon.
virtual bool fromWkb(QgsConstWkbPtr &wkb)=0
Sets the geometry from a WKB string.
Abstract base class for all geometries.
virtual void normalize()=0
Reorganizes the geometry into a normalized form (or "canonical" form).
virtual QString geometryType() const =0
Returns a unique string representing the geometry type.
virtual QgsAbstractGeometry * createEmptyWithSameType() const =0
Creates a new geometry with the same class and same WKB type as the original and transfers ownership.
virtual QDomElement asGml3(QDomDocument &doc, int precision=17, const QString &ns="gml", AxisOrder axisOrder=QgsAbstractGeometry::AxisOrder::XY) const =0
Returns a GML3 representation of the geometry.
QgsAbstractGeometry & operator=(const QgsAbstractGeometry &geom)
virtual bool operator!=(const QgsAbstractGeometry &other) const =0
virtual void draw(QPainter &p) const =0
Draws the geometry using the specified QPainter.
virtual int childCount() const
Returns number of child geometries (for geometries with child geometries) or child points (for geomet...
Utility class for identifying a unique vertex within a geometry.
virtual double perimeter() const
Returns the planar, 2-dimensional perimeter of the geometry.
virtual void transformVertices(const std::function< QgsPoint(const QgsPoint &) > &transform)
Transforms the vertices from the geometry in place, applying the transform function to every vertex.
virtual QgsAbstractGeometry * boundary() const =0
Returns the closure of the combinatorial boundary of the geometry (ie the topological boundary of the...
QVector< QgsCurve * > mInteriorRings
virtual bool operator==(const QgsAbstractGeometry &other) const =0
TransformDirection
Indicates the direction (forward or inverse) of a transform.
virtual bool boundingBoxIntersects(const QgsRectangle &rectangle) const SIP_HOLDGIL
Returns true if the bounding box of this geometry intersects with a rectangle.
virtual QDomElement asGml2(QDomDocument &doc, int precision=17, const QString &ns="gml", AxisOrder axisOrder=QgsAbstractGeometry::AxisOrder::XY) const =0
Returns a GML2 representation of the geometry.
virtual QgsRectangle calculateBoundingBox() const
Default calculator for the minimal bounding box for the geometry.