public class QuadTreeReader extends Object
Constructor and Description |
---|
QuadTreeReader() |
Modifier and Type | Method and Description |
---|---|
static QuadTree |
readFromFile(String directory,
String treeConfigFile,
String nodeFile)
Loads the quad tree index from file.
|
public static QuadTree readFromFile(String directory, String treeConfigFile, String nodeFile)
directory
- the directory where the index files are locatedtreeConfigFile
- the name of the tree configuration filenodeFile
- the name of the root node fileCopyright © 2010–2013 The Apache Software Foundation. All rights reserved.