Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
com.vividsolutions.jts.index.bintree.NodeBase
com.vividsolutions.jts.index.bintree.Root
public class Root
extends NodeBase
Bintree
.
It is centred at the origin,
and does not have a defined extent.
Field Summary |
Constructor Summary | |
|
Method Summary | |
void | |
protected boolean |
|
Methods inherited from class com.vividsolutions.jts.index.bintree.NodeBase | |
add , addAllItems , addAllItemsFromOverlapping , getItems , getSubnodeIndex , isSearchMatch |
public void insert(Interval itemInterval, Object item)
Insert an item into the tree this is the root of.
protected boolean isSearchMatch(Interval interval)
The root node matches all searches
- Overrides:
- isSearchMatch in interface NodeBase