Package org.meteoinfo.jts.index.quadtree
Class Root
- java.lang.Object
-
- org.meteoinfo.jts.index.quadtree.NodeBase
-
- org.meteoinfo.jts.index.quadtree.Root
-
public class Root extends NodeBase
QuadRoot is the root of a single Quadtree. It is centred at the origin, and does not have a defined extent.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Root()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinsert(Envelope itemEnv, java.lang.Object item)Insert an item into the quadtree this is the root of.protected booleanisSearchMatch(Envelope searchEnv)-
Methods inherited from class org.meteoinfo.jts.index.quadtree.NodeBase
add, addAllItems, addAllItemsFromOverlapping, getItems, getSubnodeIndex, hasChildren, hasItems, isEmpty, isPrunable, remove, visit
-
-
-
-
Method Detail
-
insert
public void insert(Envelope itemEnv, java.lang.Object item)
Insert an item into the quadtree this is the root of.
-
isSearchMatch
protected boolean isSearchMatch(Envelope searchEnv)
- Specified by:
isSearchMatchin classNodeBase
-
-