Class: QgsSpatialIndexKDBushData

class qgis.core.QgsSpatialIndexKDBushData(id: int, x: float, y: float)

Bases: sip.wrapper

Constructor for QgsSpatialIndexKDBushData, for a feature with the given id and x, y coordinate.

QgsSpatialIndexKDBushData(QgsSpatialIndexKDBushData)

A container for data stored inside a QgsSpatialIndexKDBush index.

Methods

point

Returns the indexed point.

Attributes

id
point(self)QgsPointXY

Returns the indexed point.

Return type

QgsPointXY