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
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Insert an item into the tree this is the root of.protected boolean
isSearchMatch
(Interval interval) The root node matches all searchesMethods 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. -
isSearchMatch
The root node matches all searches- Specified by:
isSearchMatch
in classNodeBase
-