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 voidQuadTree. close()NodeNode. getSubNode(int pos)Gets the Node at the requested positionvoidQuadTree. insert(int recno, Envelope bounds)Inserts a shape record id in the quadtreevoidQuadTree. insert(Node node, int recno, Envelope recBounds, int maxDepth)Inserts a shape record id in the quadtreeQuadTreeIndexStore. load(IndexFile indexfile, boolean useMemoryMapping)Loads aQuadTreeCloseableIterator<Data>QuadTree. search(Envelope bounds)voidIndexStore. store(QuadTree tree)Stores aQuadTreebooleanQuadTree. 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 NodeFileSystemNode. getSubNode(int pos)QuadTreeFileSystemIndexStore. load(IndexFile indexfile, boolean useMemoryMapping)Loads a quadrtee stored in a '.qix' file.voidFileSystemIndexStore. store(QuadTree tree)Constructors in org.geotools.data.shapefile.index.quadtree.fs that throw StoreException Constructor Description IndexHeader(ReadableByteChannel channel)
-