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

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

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

Subclasses of NodeBase in com.vividsolutions.jts.index.quadtree
 class Node
          Represents a node of a Quadtree.
 class Root
          QuadRoot is the root of a single Quadtree.
 

Methods in com.vividsolutions.jts.index.quadtree that return NodeBase
 NodeBase Node.find(Envelope searchEnv)
          Returns the smallest existing node containing the envelope.
 



Copyright © 2012. All Rights Reserved.