#include <ItemBoundable.h>
Public Member Functions | |
ItemBoundable (const void *newBounds, void *newItem) | |
const void * | getBounds () const |
void * | getItem () const |
const void* geos::index::strtree::ItemBoundable::getBounds | ( | ) | const [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.
Implements geos::index::strtree::Boundable.