Uses of Class
com.vividsolutions.jts.index.strtree.AbstractNode
-
Packages that use AbstractNode Package Description 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 Modifier and Type Field Description protected AbstractNodeAbstractSTRtree. rootMethods in com.vividsolutions.jts.index.strtree that return AbstractNode Modifier and Type Method Description protected abstract AbstractNodeAbstractSTRtree. createNode(int level)protected AbstractNodeSIRtree. createNode(int level)protected AbstractNodeSTRtree. createNode(int level)AbstractNodeAbstractSTRtree. getRoot()protected AbstractNodeAbstractSTRtree. lastNode(java.util.List nodes)Methods in com.vividsolutions.jts.index.strtree with parameters of type AbstractNode Modifier and Type Method Description protected intAbstractSTRtree. depth(AbstractNode node)protected intAbstractSTRtree. size(AbstractNode node)
-