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;
42 virtual bool isLeaf()
const = 0;
51 #endif // GEOS_INDEX_STRTREE_BOUNDABLE_H
A spatial object in an AbstractSTRtree.
Definition: Boundable.h:25