25 : d( new QgsSpatialIndexKDBushPrivate( fi, feedback ) )
31 : d( new QgsSpatialIndexKDBushPrivate( source, feedback ) )
43 if ( !d->ref.deref() )
55 if ( !d->ref.deref() )
61 QList<QgsSpatialIndexKDBushData> result;
68 d->index->within( point.
x(), point.
y(), radius, visitor );
73 return d->index->size();
78 QList<QgsSpatialIndexKDBushData> result;
79 d->index->range( rectangle.
xMinimum(),
88 d->index->range( rectangle.
xMinimum(),
Wrapper for iterator of features from vector data provider or vector layer.
A rectangle specified with double values.
A container for data stored inside a QgsSpatialIndexKDBush index.
A very fast static spatial index for 2D points based on a flat KD-tree.
double yMaximum() const
Returns the y maximum value (top side of rectangle).
A class to represent a 2D point.
QList< QgsSpatialIndexKDBushData > within(const QgsPointXY &point, double radius) const
Returns the list of features which are within the given search radius of point.
QgsSpatialIndexKDBush & operator=(const QgsSpatialIndexKDBush &other)
Assignment operator.
Base class for feedback objects to be used for cancellation of something running in a worker thread...
double yMinimum() const
Returns the y minimum value (bottom side of rectangle).
double xMaximum() const
Returns the x maximum value (right side of rectangle).
QList< QgsSpatialIndexKDBushData > intersects(const QgsRectangle &rectangle) const
Returns the list of features which fall within the specified rectangle.
unsigned long long qgssize
Qgssize is used instead of size_t, because size_t is stdlib type, unknown by SIP, and it would be har...
An interface for objects which provide features via a getFeatures method.
qgssize size() const
Returns the size of the index, i.e.
QgsSpatialIndexKDBush(QgsFeatureIterator &fi, QgsFeedback *feedback=nullptr)
Constructor - creates KDBush index and bulk loads it with features from the iterator.
double xMinimum() const
Returns the x minimum value (left side of rectangle).