| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectcom.vividsolutions.jts.index.quadtree.NodeBasecom.vividsolutions.jts.index.quadtree.Rootpublic class Rootextends NodeBaseField 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