19 #ifndef GEOS_INDEX_STRTREE_ITEMDISTANCE_H
20 #define GEOS_INDEX_STRTREE_ITEMDISTANCE_H
22 #include <geos/index/strtree/ItemBoundable.h>
51 #endif //GEOS_ITEMDISTANCE_H
Boundable wrapper for a non-Boundable spatial object. Used internally by AbstractSTRtree.
Definition: ItemBoundable.h:32
A function method which computes the distance between two ItemBoundables in an STRtree. Used for Nearest Neighbour searches.
Definition: ItemDistance.h:34