Uses of Class
org.locationtech.jts.index.quadtree.Node
-
Packages that use Node Package Description org.locationtech.jts.index.quadtree Contains classes that implement a Quadtree spatial index -
-
Uses of Node in org.locationtech.jts.index.quadtree
Methods in org.locationtech.jts.index.quadtree that return Node Modifier and Type Method Description static Node
Node. createExpanded(Node node, Envelope addEnv)
static Node
Node. createNode(Envelope env)
Node
Node. getNode(Envelope searchEnv)
Returns the subquad containing the envelope searchEnv.Methods in org.locationtech.jts.index.quadtree with parameters of type Node Modifier and Type Method Description static Node
Node. createExpanded(Node node, Envelope addEnv)
-