Class Node
java.lang.Object
org.locationtech.jts.index.bintree.NodeBase
org.locationtech.jts.index.bintree.Node
A node of a
Bintree
.- Version:
- 1.7
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Node
createExpanded
(Node node, Interval addInterval) static Node
createNode
(Interval itemInterval) Returns the smallest existing node containing the envelope.Returns the subnode containing the envelope.Methods inherited from class org.locationtech.jts.index.bintree.NodeBase
add, addAllItems, addAllItemsFromOverlapping, getItems, getSubnodeIndex, hasChildren, hasItems, isPrunable, remove
-
Constructor Details
-
Node
-
-
Method Details
-
createNode
-
createExpanded
-
getInterval
-
getNode
Returns the subnode containing the envelope. Creates the node if it does not already exist. -
find
Returns the smallest existing node containing the envelope.
-