Class Root
java.lang.Object
org.locationtech.jts.index.bintree.NodeBase
org.locationtech.jts.index.bintree.Root
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
Constructors -
Method Summary
Methods inherited from class org.locationtech.jts.index.bintree.NodeBase
add, addAllItems, addAllItemsFromOverlapping, getItems, getSubnodeIndex, hasChildren, hasItems, isPrunable, remove
-
Constructor Details
-
Root
public Root()
-
-
Method Details
-
insert
Insert an item into the tree this is the root of.
-