org.geotools.index.quadtree
Interface IndexStore

All Known Implementing Classes:
FileSystemIndexStore

public interface IndexStore

DOCUMENT ME!

Author:
Tommaso Nolli

Method Summary
 QuadTree load()
          Loads a QuadTree
 void store(QuadTree tree)
          Stores a QuadTree
 

Method Detail

store

public void store(QuadTree tree)
           throws StoreException
Stores a QuadTree

Parameters:
tree - the QuadTree to store
Throws:
StoreException

load

public QuadTree load()
              throws StoreException
Loads a QuadTree

Returns:
the loaded QuadTree
Throws:
StoreException


Copyright © GeoTools. All Rights Reserved.