Package | Description |
---|---|
org.apache.sis.index.tree |
Modifier and Type | Method and Description |
---|---|
static QuadTree |
QuadTreeReader.readFromFile(String directory,
String treeConfigFile,
String nodeFile)
Loads the quad tree index from file.
|
Modifier and Type | Method and 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.
|
Copyright © 2010–2013 The Apache Software Foundation. All rights reserved.