17 #ifndef QGSSPATIALINDEX_H
18 #define QGSSPATIALINDEX_H
21 namespace SpatialIndex
23 class IStorageManager;
26 namespace StorageManager
80 QList<int> nearestNeighbor(
QgsPoint point,
int neighbors );
85 Tools::Geometry::Region rectToRegion(
QgsRectangle rect );
87 bool featureInfo(
QgsFeature& f, Tools::Geometry::Region& r,
long&
id );
96 SpatialIndex::StorageManager::IBuffer*
mStorage;