Uses of Interface
org.geotools.data.shapefile.index.CloseableIterator

Packages that use CloseableIterator
org.geotools.data.shapefile.index   
org.geotools.data.shapefile.index.quadtree   
 

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

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

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

Classes in org.geotools.data.shapefile.index.quadtree that implement CloseableIterator
 class LazySearchIterator
          Iterator that search the quad tree depth first. 32000 indices are cached at a time and each time a node is visited the indices are removed from the node so that the memory footprint is kept small.
 

Methods in org.geotools.data.shapefile.index.quadtree that return CloseableIterator
 CloseableIterator<Data> QuadTree.search(Envelope bounds)
           
 



Copyright © 1996-2014 Geotools. All Rights Reserved.