Package org.apache.sis.index.tree
Class QuadTreeWriter
- Object
-
- QuadTreeWriter
-
public final class QuadTreeWriter extends Object
Class to save the quad tree index from file.Note on future work: this class may change in incompatible way in a future Apache SIS release, or may be replaced by new API.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
writeTreeToFile(QuadTree tree, String directory)
Writes the entire quad tree index to file with each node in saved in a separate file.
-
-
-
Method Detail
-
writeTreeToFile
public static void writeTreeToFile(QuadTree tree, String directory) throws IOException
Writes the entire quad tree index to file with each node in saved in a separate file.- Parameters:
tree
- the quad treedirectory
- the directory where the index file is located- Throws:
IOException
-
-