com.vividsolutions.jts.index.bintree
Class Root
java.lang.Object
com.vividsolutions.jts.index.bintree.NodeBase
com.vividsolutions.jts.index.bintree.Root
public class Root
- extends NodeBase
The root node of a single Bintree
.
It is centred at the origin,
and does not have a defined extent.
- Version:
- 1.7
Constructor Summary |
Root()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Root
public Root()
insert
public void insert(Interval itemInterval,
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:
isSearchMatch
in class NodeBase
Copyright © 2012. All Rights Reserved.