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

New in version 3.6: Enums

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())

Signals

Attributes

hasNext(self) → bool

Find out whether there are more parts

next(self) → QgsAbstractGeometry

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