Class Node
java.lang.Object
org.locationtech.jts.index.quadtree.NodeBase
org.locationtech.jts.index.quadtree.Node
- All Implemented Interfaces:
Serializable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic NodecreateExpanded(Node node, Envelope addEnv) static NodecreateNode(Envelope env) Returns the smallest existing node containing the envelope.Returns the subquad containing the envelope searchEnv.Methods inherited from class NodeBase
add, addAllItems, addAllItemsFromOverlapping, getItems, getSubnodeIndex, hasChildren, hasItems, isEmpty, isPrunable, remove, visit
-
Constructor Details
-
Node
-
-
Method Details
-
createNode
-
createExpanded
-
getEnvelope
-
getNode
-
find
-