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> 35 ItemBoundable(
const void* newBounds,
void* newItem) : bounds(newBounds), item(newItem) {}
38 bool isLeaf()
const override {
46 void* getItem()
const {
60 #endif // GEOS_INDEX_STRTREE_ITEMBOUNDABLE_H const void * getBounds() const override
Definition: ItemBoundable.h:42
Boundable wrapper for a non-Boundable spatial object. Used internally by AbstractSTRtree.
Definition: ItemBoundable.h:32
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25
A spatial object in an AbstractSTRtree.
Definition: Boundable.h:25