16 #ifndef QGSSPATIALINDEX_H
17 #define QGSSPATIALINDEX_H
20 namespace SpatialIndex
22 class IStorageManager;
27 namespace StorageManager
70 QList<QgsFeatureId> nearestNeighbor(
QgsPoint point,
int neighbors );
85 SpatialIndex::StorageManager::IBuffer*
mStorage;
A rectangle specified with double values.
SpatialIndex::ISpatialIndex * mRTree
R-tree containing spatial index.
The feature class encapsulates a single feature including its id, geometry and a list of field/values...
SpatialIndex::IStorageManager * mStorageManager
storage manager
A class to represent a point geometry.
SpatialIndex::StorageManager::IBuffer * mStorage
buffer for index data