Interface IndexStore
- All Known Implementing Classes:
- FileSystemIndexStore
public interface IndexStore
- Author:
- Tommaso Nolli
- 
Method Summary
- 
Method Details- 
storeStores aQuadTree- Parameters:
- tree- the- QuadTreeto store
- Throws:
- StoreException
 
- 
loadLoads aQuadTree- Returns:
- the loaded QuadTree
- Throws:
- StoreException
 
 
-