Uses of Class
org.apache.sis.index.tree.QuadTree
-
Packages that use QuadTree Package Description org.apache.sis.index.tree A simple quadtree implementation. -
-
Uses of QuadTree in org.apache.sis.index.tree
Methods in org.apache.sis.index.tree with parameters of type QuadTree Modifier and Type Method Description static void
QuadTreeWriter. writeTreeToFile(QuadTree tree, String directory)
Writes the entire quad tree index to file with each node in saved in a separate file.
-