Uses of Class
org.locationtech.jts.index.strtree.AbstractSTRtree
-
Packages that use AbstractSTRtree 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 AbstractSTRtree in org.locationtech.jts.index.strtree
Subclasses of AbstractSTRtree in org.locationtech.jts.index.strtree Modifier and Type Class Description class
SIRtree
One-dimensional version of an STR-packed R-tree.class
STRtree
A query-only R-tree created using the Sort-Tile-Recursive (STR) algorithm.
-