Class Node
java.lang.Object
org.locationtech.jts.index.bintree.NodeBase
org.locationtech.jts.index.bintree.Node
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic NodecreateExpanded(Node node, Interval addInterval) static NodecreateNode(Interval itemInterval) Returns the smallest existing node containing the envelope.Returns the subnode containing the envelope.protected booleanisSearchMatch(Interval itemInterval) Methods inherited from class NodeBase
add, addAllItems, addAllItemsFromOverlapping, getItems, getSubnodeIndex, hasChildren, hasItems, isPrunable, remove
-
Constructor Details
-
Node
-
-
Method Details
-
createNode
-
createExpanded
-
getInterval
-
isSearchMatch
- Specified by:
isSearchMatchin classNodeBase
-
getNode
-
find
-