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   
org.geotools.renderer.shape   
 

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

Methods in org.geotools.data.shapefile.indexed that throw StoreException
protected  QuadTree IndexedShapefileDataStore.openQuadTree()
          Convenience method for opening a QuadTree index.
 int ShapeFileIndexer.index(boolean verbose, Lock lock)
          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.
 

Uses of StoreException in org.geotools.index.quadtree
 

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

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

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

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

Uses of StoreException in org.geotools.renderer.shape
 

Methods in org.geotools.renderer.shape that throw StoreException
 IndexInfo ShapefileRenderer.useIndex(ShapefileDataStore ds)
           
 



Copyright © GeoTools. All Rights Reserved.