Class: QgsGeometryConstPartIterator

class qgis.core.QgsGeometryConstPartIterator

Bases: sip.wrapper

Constructor for QgsGeometryConstPartIterator

QgsGeometryConstPartIterator(geometry: QgsAbstractGeometry) Constructs iterator for the given geometry

QgsGeometryConstPartIterator(QgsGeometryConstPartIterator)

Java-style iterator for const traversal of parts of a geometry

Methods

hasNext

Find out whether there are more parts

next

Returns next part of the geometry (undefined behavior if hasNext() returns false before calling next())

hasNext(self) → bool

Find out whether there are more parts

Return type

bool

next(self) → QgsAbstractGeometry

Returns next part of the geometry (undefined behavior if hasNext() returns false before calling next())

Return type

QgsAbstractGeometry