org.geotools.data.shapefile.index
Class CachedQuadTree

Object
  extended by 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

Constructor Summary
CachedQuadTree(QuadTree tree)
           
 
Method Summary
 Envelope getBounds()
           
 CloseableIterator<Data> search(Envelope bounds)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CachedQuadTree

public CachedQuadTree(QuadTree tree)
               throws IOException
Throws:
IOException
Method Detail

getBounds

public Envelope getBounds()

search

public CloseableIterator<Data> search(Envelope bounds)
                               throws StoreException
Throws:
StoreException


Copyright © 1996-2014 Geotools. All Rights Reserved.