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
Fields in org.locationtech.jts.index.quadtree declared as Node Modifier and Type Field Description protected Node[]NodeBase. subnodesubquads are numbered as follows:Methods in org.locationtech.jts.index.quadtree that return Node Modifier and Type Method Description static NodeNode. createExpanded(Node node, Envelope addEnv)static NodeNode. createNode(Envelope env)private NodeNode. createSubnode(int index)NodeNode. getNode(Envelope searchEnv)Returns the subquad containing the envelope searchEnv.private NodeNode. getSubnode(int index)get the subquad for the index.Methods in org.locationtech.jts.index.quadtree with parameters of type Node Modifier and Type Method Description static NodeNode. createExpanded(Node node, Envelope addEnv)private voidRoot. insertContained(Node tree, Envelope itemEnv, java.lang.Object item)insert an item which is known to be contained in the tree rooted at the given QuadNode root.(package private) voidNode. insertNode(Node node)
-