com.vividsolutions.jts.index.strtree
protected static interface AbstractSTRtree.IntersectsOp
Modifier and Type | Method and Description |
---|---|
boolean |
intersects(java.lang.Object aBounds,
java.lang.Object bBounds)
For STRtrees, the bounds will be Envelopes; for SIRtrees, Intervals;
for other subclasses of AbstractSTRtree, some other class.
|
boolean intersects(java.lang.Object aBounds, java.lang.Object bBounds)
aBounds
- the bounds of one spatial objectbBounds
- the bounds of another spatial object