public class Root extends NodeBase
| Constructor and Description |
|---|
Root() |
| Modifier and Type | Method and Description |
|---|---|
void |
insert(Envelope itemEnv,
Object item)
Insert an item into the quadtree this is the root of.
|
protected boolean |
isSearchMatch(Envelope searchEnv) |
add, addAllItems, addAllItemsFromOverlapping, getItems, getSubnodeIndex, hasChildren, hasItems, isEmpty, isPrunable, remove, visitpublic void insert(Envelope itemEnv, Object item)
protected boolean isSearchMatch(Envelope searchEnv)
isSearchMatch in class NodeBaseCopyright © 2015. All rights reserved.