QGIS API Documentation
3.8.0-Zanzibar (11aff65)
|
A container for data stored inside a QgsSpatialIndexKDBush index. More...
#include <qgsspatialindexkdbushdata.h>
Public Member Functions | |
QgsSpatialIndexKDBushData (QgsFeatureId id, double x, double y) | |
Constructor for QgsSpatialIndexKDBushData, for a feature with the given id and x, y coordinate. More... | |
QgsPointXY | point () const |
Returns the indexed point. More... | |
Public Attributes | |
std::pair< double, double > | coords |
Pair of coordinate data. More... | |
QgsFeatureId | id |
Feature ID. More... | |
A container for data stored inside a QgsSpatialIndexKDBush index.
Definition at line 32 of file qgsspatialindexkdbushdata.h.
|
inline |
Constructor for QgsSpatialIndexKDBushData, for a feature with the given id and x, y coordinate.
Definition at line 40 of file qgsspatialindexkdbushdata.h.
|
inline |
Returns the indexed point.
Definition at line 54 of file qgsspatialindexkdbushdata.h.
std::pair<double, double> QgsSpatialIndexKDBushData::coords |
Pair of coordinate data.
Definition at line 49 of file qgsspatialindexkdbushdata.h.
QgsFeatureId QgsSpatialIndexKDBushData::id |
Feature ID.
Definition at line 60 of file qgsspatialindexkdbushdata.h.