GEOS 3.11.1
|
Boundable wrapper for a non-Boundable spatial object. Used internally by AbstractSTRtree. More...
#include <ItemBoundable.h>
Public Member Functions | |
ItemBoundable (const void *newBounds, void *newItem) | |
bool | isLeaf () const override |
const void * | getBounds () const override |
void * | getItem () const |
virtual const void * | getBounds () const =0 |
virtual bool | isLeaf () const =0 |
Boundable wrapper for a non-Boundable spatial object. Used internally by AbstractSTRtree.
|
inlineoverridevirtual |
Returns a representation of space that encloses this Boundable, preferably not much bigger than this Boundable's boundary yet fast to test for intersection with the bounds of other Boundables.
The class of object returned depends on the subclass of AbstractSTRtree.
Implements geos::index::strtree::Boundable.
Reimplemented in geos::index::strtree::SimpleSTRnode.
|
inlineoverridevirtual |
Implements geos::index::strtree::Boundable.