org.apache.sis.index.tree
Class QuadTreeReader
Object
QuadTreeReader
public class QuadTreeReader
- extends Object
Class to reload the quad tree index from file.
| Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QuadTreeReader
public QuadTreeReader()
readFromFile
public static QuadTree readFromFile(String directory,
String treeConfigFile,
String nodeFile)
- Loads the quad tree index from file.
- Parameters:
directory - the directory where the index files are locatedtreeConfigFile - the name of the tree configuration filenodeFile - the name of the root node file
- Returns:
- fully loaded QuadTree
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.