Class Node
- java.lang.Object
-
- org.locationtech.jts.index.bintree.NodeBase
-
- org.locationtech.jts.index.bintree.Node
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NodecreateExpanded(Node node, Interval addInterval)static NodecreateNode(Interval itemInterval)NodeBasefind(Interval searchInterval)Returns the smallest existing node containing the envelope.IntervalgetInterval()NodegetNode(Interval searchInterval)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
-
-