GEOS
3.14.0dev
|
A spatial object in an AbstractSTRtree. More...
#include <Boundable.h>
Public Member Functions | |
virtual const void * | getBounds () const =0 |
virtual bool | isLeaf () const =0 |
A spatial object in an AbstractSTRtree.
|
pure virtual |
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.
Implemented in geos::index::strtree::SimpleSTRnode, geos::index::strtree::ItemBoundable, and geos::index::strtree::AbstractNode.