#include <Boundable.h>
Public Member Functions | |
virtual const void * | getBounds () const =0 |
virtual const void* geos::index::strtree::Boundable::getBounds | ( | ) | const [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::AbstractNode, and geos::index::strtree::ItemBoundable.