com.vividsolutions.jts.index.bintree
| Constructor and Description |
|---|
Root() |
| Modifier and Type | Method and Description |
|---|---|
void |
insert(Interval itemInterval,
java.lang.Object item)
Insert an item into the tree this is the root of.
|
protected boolean |
isSearchMatch(Interval interval)
The root node matches all searches
|
add, addAllItems, addAllItemsFromOverlapping, getItems, getSubnodeIndex, hasChildren, hasItems, isPrunable, removepublic void insert(Interval itemInterval, java.lang.Object item)
protected boolean isSearchMatch(Interval interval)
isSearchMatch in class NodeBase