Subgroup: Multi

Class: QgsMultiPoint

class qgis.core.QgsMultiPoint

Bases: qgis._core.QgsGeometryCollection

Multi point geometry collection.

addGeometry(self, g: QgsAbstractGeometry) → bool
asGml2(self, doc: QDomDocument, precision: int = 17, ns: str = '', axisOrder: QgsAbstractGeometry.AxisOrder = QgsAbstractGeometry.AxisOrder.XY) → QDomElement
asGml3(self, doc: QDomDocument, precision: int = 17, ns: str = '', axisOrder: QgsAbstractGeometry.AxisOrder = QgsAbstractGeometry.AxisOrder.XY) → QDomElement
asJson(self, precision: int = 17) → str
boundary(self) → QgsAbstractGeometry
calculateBoundingBox()
childCount()
childGeometry()
childPoint()
clear(self)
clearCache()
clone(self) → QgsMultiPoint
createEmptyWithSameType(self) → QgsMultiPoint
fromCollectionWkt()
fromWkt(self, wkt: str) → bool
geometryType(self) → str
hasChildGeometries()
insertGeometry(self, g: QgsAbstractGeometry, index: int) → bool
nCoordinates(self) → int
segmentLength(self, startVertex: QgsVertexId) → float
setZMTypeFromSubGeometry()
toCurveType(self) → QgsMultiPoint
vertexNumberFromVertexId(self, id: QgsVertexId) → int
wktOmitChildType(self) → bool