|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.geometry.iso.index.quadtree.NodeBase
org.geotools.geometry.iso.index.quadtree.Root
public class Root
QuadRoot is the root of a single Quadtree. It is centred at the origin, and does not have a defined extent.
Field Summary |
---|
Fields inherited from class org.geotools.geometry.iso.index.quadtree.NodeBase |
---|
items, subnode |
Constructor Summary | |
---|---|
Root()
|
Method Summary | |
---|---|
void |
insert(Envelope itemEnv,
java.lang.Object item)
Insert an item into the quadtree this is the root of. |
protected boolean |
isSearchMatch(Envelope searchEnv)
|
Methods inherited from class org.geotools.geometry.iso.index.quadtree.NodeBase |
---|
add, addAllItems, addAllItemsFromOverlapping, getItems, getSubnodeIndex, hasChildren, hasItems, isEmpty, isPrunable, remove, visit |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Root()
Method Detail |
---|
public void insert(Envelope itemEnv, java.lang.Object item)
protected boolean isSearchMatch(Envelope searchEnv)
isSearchMatch
in class NodeBase
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |