com.vividsolutions.jts.index.strtree
Interface AbstractSTRtree.IntersectsOp
protected static interface AbstractSTRtree.IntersectsOp
A test for intersection between two bounds, necessary because subclasses
of AbstractSTRtree have different implementations of bounds.
boolean | intersects(Object aBounds, Object bBounds) - For STRtrees, the bounds will be Envelopes; for SIRtrees, Intervals;
for other subclasses of AbstractSTRtree, some other class.
|
intersects
public boolean intersects(Object aBounds,
Object bBounds)
For STRtrees, the bounds will be Envelopes; for SIRtrees, Intervals;
for other subclasses of AbstractSTRtree, some other class.
aBounds
- the bounds of one spatial objectbBounds
- the bounds of another spatial object
- whether the two bounds intersect