Class: QgsGeometryConstPartIterator

class qgis.core.QgsGeometryConstPartIterator

Bases: sip.wrapper

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

New in version 3.6.

QgsGeometryConstPartIterator() Constructor for QgsGeometryConstPartIterator

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

QgsGeometryConstPartIterator(QgsGeometryConstPartIterator)

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