16 #ifndef GEOS_INDEX_STRTREE_BOUNDABLE_H
17 #define GEOS_INDEX_STRTREE_BOUNDABLE_H
19 #include <geos/export.h>
41 virtual const void* getBounds()
const=0;
50 #endif // GEOS_INDEX_STRTREE_BOUNDABLE_H
A spatial object in an AbstractSTRtree.
Definition: Boundable.h:26