Uses of Class
org.geotools.data.shapefile.index.quadtree.StoreException
-
Packages that use StoreException Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description void
QuadTree. close()
Node
Node. getSubNode(int pos)
Gets the Node at the requested positionvoid
QuadTree. insert(int recno, Envelope bounds)
Inserts a shape record id in the quadtreevoid
QuadTree. insert(Node node, int recno, Envelope recBounds, int maxDepth)
Inserts a shape record id in the quadtreeQuadTree
IndexStore. load(IndexFile indexfile, boolean useMemoryMapping)
Loads aQuadTree
CloseableIterator<Data>
QuadTree. search(Envelope bounds)
void
IndexStore. store(QuadTree tree)
Stores aQuadTree
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 Modifier and Type Method Description 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 Constructor Description IndexHeader(ReadableByteChannel channel)
-