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;