|
JTS Topology Suite - v 1.12 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vividsolutions.jts.index.bintree.NodeBase
com.vividsolutions.jts.index.bintree.Root
public class Root
The root node of a single Bintree
.
It is centred at the origin,
and does not have a defined extent.
Field Summary |
---|
Fields inherited from class com.vividsolutions.jts.index.bintree.NodeBase |
---|
items, subnode |
Constructor Summary | |
---|---|
Root()
|
Method Summary | |
---|---|
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 |
Methods inherited from class com.vividsolutions.jts.index.bintree.NodeBase |
---|
add, addAllItems, addAllItemsFromOverlapping, getItems, getSubnodeIndex, hasChildren, hasItems, isPrunable, remove |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Root()
Method Detail |
---|
public void insert(Interval itemInterval, java.lang.Object item)
protected boolean isSearchMatch(Interval interval)
isSearchMatch
in class NodeBase
|
JTS Topology Suite - v 1.12 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |