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
Methods in org.locationtech.jts.index.bintree that return Node Modifier and Type Method Description static Node
Node. createExpanded(Node node, Interval addInterval)
static Node
Node. createNode(Interval itemInterval)
Node
Node. getNode(Interval searchInterval)
Returns the subnode containing the envelope.Methods in org.locationtech.jts.index.bintree with parameters of type Node Modifier and Type Method Description static Node
Node. createExpanded(Node node, Interval addInterval)
-