public class Root extends NodeBase
Constructor and Description |
---|
Root() |
Modifier and Type | Method and Description |
---|---|
void |
insert(Envelope itemEnv,
java.lang.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, visit
public void insert(Envelope itemEnv, java.lang.Object item)
protected boolean isSearchMatch(Envelope searchEnv)
isSearchMatch
in class NodeBase