Uses of Class
org.locationtech.jts.index.bintree.Node
-
Packages that use Node Package Description org.locationtech.jts.index.bintree 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 Node Modifier and Type Field Description protected Node[]NodeBase. subnodesubnodes are numbered as follows: 0 | 1Methods in org.locationtech.jts.index.bintree that return Node Modifier and Type Method Description static NodeNode. createExpanded(Node node, Interval addInterval)static NodeNode. createNode(Interval itemInterval)private NodeNode. createSubnode(int index)NodeNode. getNode(Interval searchInterval)Returns the subnode containing the envelope.private NodeNode. getSubnode(int index)get the subnode for the index.Methods in org.locationtech.jts.index.bintree with parameters of type Node Modifier and Type Method Description static NodeNode. createExpanded(Node node, Interval addInterval)(package private) voidNode. insert(Node node)private voidRoot. insertContained(Node tree, Interval itemInterval, java.lang.Object item)insert an item which is known to be contained in the tree rooted at the given Node.
-