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 {
A spatial object in an AbstractSTRtree.
Definition Boundable.h:24
Boundable wrapper for a non-Boundable spatial object. Used internally by AbstractSTRtree.
Definition ItemBoundable.h:32
const void * getBounds() const override
Definition ItemBoundable.h:42
Basic namespace for all GEOS functionalities.
Definition geos.h:39