Uses of Class
com.vividsolutions.jts.index.strtree.AbstractNode

Packages that use AbstractNode
com.vividsolutions.jts.index.strtree Contains 2-D and 1-D versions of the Sort-Tile-Recursive (STR) tree, a query-only R-tree. 
 

Uses of AbstractNode in com.vividsolutions.jts.index.strtree
 

Fields in com.vividsolutions.jts.index.strtree declared as AbstractNode
protected  AbstractNode AbstractSTRtree.root
           
 

Methods in com.vividsolutions.jts.index.strtree that return AbstractNode
protected  AbstractNode STRtree.createNode(int level)
           
protected  AbstractNode SIRtree.createNode(int level)
           
protected abstract  AbstractNode AbstractSTRtree.createNode(int level)
           
 AbstractNode AbstractSTRtree.getRoot()
           
protected  AbstractNode AbstractSTRtree.lastNode(List nodes)
           
 

Methods in com.vividsolutions.jts.index.strtree with parameters of type AbstractNode
protected  int AbstractSTRtree.depth(AbstractNode node)
           
protected  int AbstractSTRtree.size(AbstractNode node)
           
 



Copyright © 2012. All Rights Reserved.