Uses of Class
org.locationtech.jts.index.bintree.Node
Packages that use Node
Package
Description
Contains classes that implement a Binary Interval Tree index
-
Uses of Node in org.locationtech.jts.index.bintree
Fields in org.locationtech.jts.index.bintree declared as NodeModifier and TypeFieldDescriptionprotected Node[]
NodeBase.subnode
subnodes are numbered as follows: 0 | 1Methods in org.locationtech.jts.index.bintree that return NodeModifier and TypeMethodDescriptionstatic Node
Node.createExpanded
(Node node, Interval addInterval) static Node
Node.createNode
(Interval itemInterval) private Node
Node.createSubnode
(int index) Returns the subnode containing the envelope.private Node
Node.getSubnode
(int index) get the subnode for the index.Methods in org.locationtech.jts.index.bintree with parameters of type NodeModifier and TypeMethodDescriptionstatic Node
Node.createExpanded
(Node node, Interval addInterval) (package private) void
private void
Root.insertContained
(Node tree, Interval itemInterval, Object item) insert an item which is known to be contained in the tree rooted at the given Node.