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