Uses of Class
com.vividsolutions.jts.index.quadtree.Node

Packages that use Node
com.vividsolutions.jts.index.quadtree Contains classes that implement a Quadtree spatial index 
 

Uses of Node in com.vividsolutions.jts.index.quadtree
 

Fields in com.vividsolutions.jts.index.quadtree declared as Node
protected  Node[] NodeBase.subnode
          subquads are numbered as follows:
 

Methods in com.vividsolutions.jts.index.quadtree that return Node
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 com.vividsolutions.jts.index.quadtree with parameters of type Node
static Node Node.createExpanded(Node node, Envelope addEnv)
           
 



Copyright © 2012. All Rights Reserved.