org.geotools.data.shapefile.index
Class CachedQuadTree
Object
CachedQuadTree
public class CachedQuadTree
- extends Object
An experimental QIX in memory index cache. It loads the tree into a packed
memory structure that
- Author:
- Andrea Aime - OpenGeo
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CachedQuadTree
public CachedQuadTree(QuadTree tree)
throws IOException
- Throws:
IOException
getBounds
public Envelope getBounds()
search
public CloseableIterator<Data> search(Envelope bounds)
throws StoreException
- Throws:
StoreException
Copyright © 1996-2014 Geotools. All Rights Reserved.