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

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

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

Methods in org.geotools.data.shapefile.index that throw StoreException
 CloseableIterator<Data> CachedQuadTree.search(Envelope bounds)
           
 

Uses of StoreException in org.geotools.data.shapefile.index.quadtree
 

Methods in org.geotools.data.shapefile.index.quadtree that throw StoreException
 void QuadTree.close()
           
 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
 void QuadTree.insert(Node node, int recno, Envelope bounds, int maxDepth)
          Inserts a shape record id in the quadtree
 QuadTree IndexStore.load(IndexFile indexfile, boolean useMemoryMapping)
          Loads a QuadTree
 CloseableIterator<Data> QuadTree.search(Envelope bounds)
           
 void IndexStore.store(QuadTree tree)
          Stores a QuadTree
 boolean QuadTree.trim()
           
 

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

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

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



Copyright © 1996-2014 Geotools. All Rights Reserved.