|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A test for intersection between two bounds, necessary because subclasses of AbstractSTRtree have different implementations of bounds.
| Method Summary | |
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. |
| Method Detail |
public boolean intersects(java.lang.Object aBounds,
java.lang.Object bBounds)
aBounds - the bounds of one spatial objectbBounds - the bounds of another spatial object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||