Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
com.vividsolutions.jts.index.quadtree.NodeBase
com.vividsolutions.jts.index.quadtree.Root
public class Root
extends NodeBase
Field Summary |
Constructor Summary | |
|
Method Summary | |
void | |
protected boolean |
|
Methods inherited from class com.vividsolutions.jts.index.quadtree.NodeBase | |
add , addAllItems , addAllItemsFromOverlapping , getItems , getSubnodeIndex , hasChildren , hasItems , isEmpty , isPrunable , isSearchMatch , remove , visit |
public void insert(Envelope itemEnv, Object item)
Insert an item into the quadtree this is the root of.
protected boolean isSearchMatch(Envelope searchEnv)
- Overrides:
- isSearchMatch in interface NodeBase