#include <AbstractSTRtree.h>
Inherited by geos::index::strtree::SIRtree::SIRIntersectsOp, and geos::index::strtree::STRtree::STRIntersectsOp.
Public Member Functions | |
virtual bool | intersects (const void *aBounds, const void *bBounds)=0 |
virtual bool geos::index::strtree::AbstractSTRtree::IntersectsOp::intersects | ( | const void * | aBounds, | |
const void * | bBounds | |||
) | [pure virtual] |
For STRtrees, the bounds will be Envelopes; for SIRtrees, Intervals; for other subclasses of AbstractSTRtree, some other class.
aBounds | the bounds of one spatial object | |
bBounds | the bounds of another spatial object |