|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--spatial.BasicSpatialQuery
|
+--spatial.AllQuery
|
+--spatial.LayerAllQuery
Class offering the operations required for a layer all query performed by a spatial search tree which stores the layer in the leafs: The layer must be equal to the query layer.
| Field Summary |
| Fields inherited from class spatial.BasicSpatialQuery |
tolerance |
| Constructor Summary | |
LayerAllQuery(int queryLayer)
Constructor. |
|
| Method Summary | |
boolean |
conditionFulfilled(MBR rect,
SpatialSearchTreeObject obj)
Test for layer. |
int |
getQueryLayer()
Returns the index of the query layer. |
| Methods inherited from class spatial.AllQuery |
areEqual, conditionFulfilled, conditionFulfilled |
| Methods inherited from class spatial.BasicSpatialQuery |
setTolerance |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LayerAllQuery(int queryLayer)
queryLayer - the index of the query layer| Method Detail |
public boolean conditionFulfilled(MBR rect,
SpatialSearchTreeObject obj)
conditionFulfilled in interface SpatialQueryconditionFulfilled in class AllQueryrect - query rectangleobj - leaf object
public int getQueryLayer()
getQueryLayer in interface LayerQuery
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||