Class Root
java.lang.Object
org.locationtech.jts.index.bintree.NodeBase
org.locationtech.jts.index.bintree.Root
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidInsert an item into the tree this is the root of.protected booleanisSearchMatch(Interval interval) The root node matches all searchesMethods inherited from class NodeBase
add, addAllItems, addAllItemsFromOverlapping, getItems, getSubnodeIndex, hasChildren, hasItems, isPrunable, remove
-
Constructor Details
-
Root
public Root()
-
-
Method Details
-
insert
-
isSearchMatch
The root node matches all searches- Specified by:
isSearchMatchin classNodeBase
-