Package org.meteoinfo.jts.index.bintree
Class Root
- java.lang.Object
-
- org.meteoinfo.jts.index.bintree.NodeBase
-
- org.meteoinfo.jts.index.bintree.Root
-
-
Constructor Summary
Constructors Constructor Description Root()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinsert(Interval itemInterval, java.lang.Object item)Insert an item into the tree this is the root of.protected booleanisSearchMatch(Interval interval)The root node matches all searches-
Methods inherited from class org.meteoinfo.jts.index.bintree.NodeBase
add, addAllItems, addAllItemsFromOverlapping, getItems, getSubnodeIndex, hasChildren, hasItems, isPrunable, remove
-
-
-
-
Method Detail
-
insert
public void insert(Interval itemInterval, java.lang.Object item)
Insert an item into the tree this is the root of.
-
isSearchMatch
protected boolean isSearchMatch(Interval interval)
The root node matches all searches- Specified by:
isSearchMatchin classNodeBase
-
-