org.apache.sis.index.tree
Class QuadTreeReader

Object
  extended by QuadTreeReader

public class QuadTreeReader
extends Object

Class to reload the quad tree index from file.


Constructor Summary
QuadTreeReader()
           
 
Method Summary
static QuadTree readFromFile(String directory, String treeConfigFile, String nodeFile)
          Loads the quad tree index from file.
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuadTreeReader

public QuadTreeReader()
Method Detail

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 located
treeConfigFile - the name of the tree configuration file
nodeFile - the name of the root node file
Returns:
fully loaded QuadTree


Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.