17#include <geos/export.h>
19#include <geos/index/strtree/Boundable.h>
35 ItemBoundable(
const void* newBounds,
void* newItem) : bounds(newBounds), item(newItem) {}
36 ~ItemBoundable()
override =
default;
38 bool isLeaf()
const override {
46 void* getItem()
const {
A spatial object in an AbstractSTRtree.
Definition Boundable.h:24
const void * getBounds() const override
Definition ItemBoundable.h:42
Contains 2-D and 1-D versions of the Sort-Tile-Recursive (STR) tree, a query-only R-tree.
Definition AbstractNode.h:31
Provides classes for various kinds of spatial indexes.
Definition DiscreteFrechetDistance.h:50
Basic namespace for all GEOS functionalities.
Definition geos.h:39