org.geotools.data.shapefile.index.quadtree
Interface IndexStore

All Known Implementing Classes:
FileSystemIndexStore

public interface IndexStore

DOCUMENT ME!

Author:
Tommaso Nolli

Method Summary
 QuadTree load(IndexFile indexfile, boolean useMemoryMapping)
          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,
              boolean useMemoryMapping)
              throws StoreException
Loads a QuadTree

Returns:
the loaded QuadTree
Throws:
StoreException


Copyright © 1996-2014 Geotools. All Rights Reserved.