|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface defining the operations required for spatial queries performed by a spatial search tree.
| Method Summary | |
boolean |
areEqual(SpatialSearchTreeObject queryObj,
SpatialSearchTreeObject storedObj)
Tests whether the query object and the stored object are equal. |
boolean |
conditionFulfilled(MBR rect,
MBR entryMBR)
Tests whether the query rectangle and the MBR of a non-leaf entry fulfill the query condition. |
boolean |
conditionFulfilled(MBR rect,
SpatialSearchTreeEntry entry)
Tests whether the query rectangle and an leaf entry fulfill the query condition. |
boolean |
conditionFulfilled(MBR rect,
SpatialSearchTreeObject obj)
Tests whether the query rectangle and an object fulfill the query condition. |
| Method Detail |
public boolean areEqual(SpatialSearchTreeObject queryObj,
SpatialSearchTreeObject storedObj)
queryObj - the query objectstoredObj - the stored object
public boolean conditionFulfilled(MBR rect,
MBR entryMBR)
rect - the query rectangleentryMBR - the minimum bounding rectangle of non-leaf entry
public boolean conditionFulfilled(MBR rect,
SpatialSearchTreeEntry entry)
rect - the query rectangleentry - the entry of a leaf entry
public boolean conditionFulfilled(MBR rect,
SpatialSearchTreeObject obj)
rect - the query rectangleobj - the object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||