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