|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--spatial.BasicSpatialQuery
|
+--spatial.ExactMatchQuery
Class offering the operations required for an exact match query performed by a spatial search tree.
| Field Summary |
| Fields inherited from class spatial.BasicSpatialQuery |
tolerance |
| Constructor Summary | |
ExactMatchQuery()
|
|
| Method Summary | |
boolean |
conditionFulfilled(MBR rect,
MBR entryMBR)
Tests whether the query rectangle is contained by the MBR of a non-leaf entry. |
boolean |
conditionFulfilled(MBR rect,
SpatialSearchTreeEntry entry)
Tests whether the query rectangle and the MBR of an leaf entry are equal. |
boolean |
conditionFulfilled(MBR rect,
SpatialSearchTreeObject obj)
Tests whether the query rectangle and the MBR of an object are equal. |
| Methods inherited from class spatial.BasicSpatialQuery |
areEqual, setTolerance |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ExactMatchQuery()
| Method Detail |
public boolean conditionFulfilled(MBR rect,
MBR entryMBR)
conditionFulfilled in interface SpatialQueryconditionFulfilled in class BasicSpatialQueryrect - the query rectangleentryMBR - the minimum bounding rectangle of non-leaf entry
public boolean conditionFulfilled(MBR rect,
SpatialSearchTreeEntry entry)
conditionFulfilled in interface SpatialQueryconditionFulfilled in class BasicSpatialQueryrect - the query rectangleentry - the entry of a leaf entry
public boolean conditionFulfilled(MBR rect,
SpatialSearchTreeObject obj)
conditionFulfilled in interface SpatialQueryconditionFulfilled in class BasicSpatialQueryrect - the query rectangleobj - the object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||