14 #ifndef GEOS_INDEX_STRTREE_ITEMBOUNDABLE_H
15 #define GEOS_INDEX_STRTREE_ITEMBOUNDABLE_H
17 #include <geos/export.h>
19 #include <geos/index/strtree/Boundable.h>
39 const void* getBounds()
const;
40 void* getItem()
const;
52 #endif // GEOS_INDEX_STRTREE_ITEMBOUNDABLE_H
Boundable wrapper for a non-Boundable spatial object. Used internally by AbstractSTRtree.
Definition: ItemBoundable.h:32
A spatial object in an AbstractSTRtree.
Definition: Boundable.h:25