Uses of Class
com.vividsolutions.jts.index.bintree.Node
-
Packages that use Node Package Description com.vividsolutions.jts.index.bintree Contains classes that implement a Binary Interval Tree index -
-
Uses of Node in com.vividsolutions.jts.index.bintree
Fields in com.vividsolutions.jts.index.bintree declared as Node Modifier and Type Field Description protected Node[]NodeBase. subnodesubnodes are numbered as follows: 0 | 1Methods in com.vividsolutions.jts.index.bintree that return Node Modifier and Type Method Description static NodeNode. createExpanded(Node node, Interval addInterval)static NodeNode. createNode(Interval itemInterval)NodeNode. getNode(Interval searchInterval)Returns the subnode containing the envelope.Methods in com.vividsolutions.jts.index.bintree with parameters of type Node Modifier and Type Method Description static NodeNode. createExpanded(Node node, Interval addInterval)
-