org.geotools.index.quadtree
Interface IndexStore

All Known Implementing Classes:
FileSystemIndexStore

public interface IndexStore

DOCUMENT ME!

Author:
Tommaso Nolli
Module:
modules/plugin/shapefile (gt-shapefile.jar)

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

Method Detail

store

void store(QuadTree tree)
           throws StoreException
Stores a QuadTree

Parameters:
tree - the QuadTree to store
Throws:
StoreException

load

QuadTree load(IndexFile indexfile)
              throws StoreException
Loads a QuadTree

Returns:
the loaded QuadTree
Throws:
StoreException


Copyright © 1996-2010 Geotools. All Rights Reserved.