Uses of Class
org.geotools.index.quadtree.StoreException

Packages that use StoreException
org.geotools.data.shapefile.indexed   
org.geotools.index.quadtree   
org.geotools.index.quadtree.fs   
 

Uses of StoreException in org.geotools.data.shapefile.indexed
 

Methods in org.geotools.data.shapefile.indexed that throw StoreException
 int ShapeFileIndexer.index(boolean verbose, ProgressListener listener)
          Index the shapefile denoted by setShapeFileName(String fileName) If when a thread starts, another thread is indexing the same file, this thread will wait that the first thread ends indexing; in this case zero is reurned as result of the indexing process.
protected  QuadTree IndexedShapefileDataStore.openQuadTree()
          Convenience method for opening a QuadTree index.
 

Uses of StoreException in org.geotools.index.quadtree
 

Methods in org.geotools.index.quadtree that throw StoreException
 void QuadTree.close()
           
 void LazySearchIterator.close()
           
 void QuadTree.close(Iterator iter)
          Closes this QuadTree after use...
 Node Node.getSubNode(int pos)
          Gets the Node at the requested position
 void QuadTree.insert(int recno, Envelope bounds)
          Inserts a shape record id in the quadtree
 QuadTree IndexStore.load(IndexFile indexfile)
          Loads a QuadTree
 CloseableCollection<Data> QuadTree.search(Envelope bounds)
           
 void IndexStore.store(QuadTree tree)
          Stores a QuadTree
 boolean QuadTree.trim()
           
 

Uses of StoreException in org.geotools.index.quadtree.fs
 

Methods in org.geotools.index.quadtree.fs that throw StoreException
 Node FileSystemNode.getSubNode(int pos)
           
 QuadTree FileSystemIndexStore.load(IndexFile indexfile)
          Loads a quadrtee stored in a '.qix' file.
 void FileSystemIndexStore.store(QuadTree tree)
           
 

Constructors in org.geotools.index.quadtree.fs that throw StoreException
IndexHeader(ReadableByteChannel channel)
          DOCUMENT ME!
 



Copyright © 1996-2009 Geotools. All Rights Reserved.