Interface IndexStore
- All Known Implementing Classes:
FileSystemIndexStore
public interface IndexStore
- Author:
- Tommaso Nolli
-
Method Summary
-
Method Details
-
store
Stores aQuadTree
- Parameters:
tree
- theQuadTree
to store- Throws:
StoreException
-
load
Loads aQuadTree
- Returns:
- the loaded
QuadTree
- Throws:
StoreException
-