15 #ifndef GEOS_INDEX_STRTREE_BOUNDABLE_H
16 #define GEOS_INDEX_STRTREE_BOUNDABLE_H
18 #include <geos/export.h>
40 virtual const void* getBounds()
const=0;
49 #endif // GEOS_INDEX_STRTREE_BOUNDABLE_H
A spatial object in an AbstractSTRtree.
Definition: Boundable.h:25