Uses of Class
org.locationtech.jts.index.strtree.AbstractNode
-
Packages that use AbstractNode Package Description org.locationtech.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 org.locationtech.jts.index.strtree
Methods in org.locationtech.jts.index.strtree that return AbstractNode Modifier and Type Method Description AbstractNode
AbstractSTRtree. getRoot()
Gets the root node of the tree.
-