Subgroup: Vertex

Class: QgsVertexIterator

class qgis.core.QgsVertexIterator

Bases: sip.wrapper

Constructor for QgsVertexIterator

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

QgsVertexIterator(QgsVertexIterator)

Java-style iterator for traversal of vertices of a geometry

New in version 3.0: Methods

hasNext Find out whether there are more vertices
next Returns next vertex of the geometry (undefined behavior if hasNext() returns false before calling next())

Signals

Attributes

hasNext(self) → bool

Find out whether there are more vertices

next(self) → QgsPoint

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