Class Node
java.lang.Object
org.locationtech.jts.index.quadtree.NodeBase
org.locationtech.jts.index.quadtree.Node
- All Implemented Interfaces:
Serializable
-
Field Summary
-
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.protected booleanisSearchMatch(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
-
isSearchMatch
- Specified by:
isSearchMatchin classNodeBase
-
getNode
-
find
-