Uses of Interface
org.geotools.index.CloseableCollection

Packages that use CloseableCollection
org.geotools.data.shapefile.indexed   
org.geotools.index.quadtree   
 

Uses of CloseableCollection in org.geotools.data.shapefile.indexed
 

Classes in org.geotools.data.shapefile.indexed that implement CloseableCollection
 class CloseableArrayList
          Currently just wraps ArrayList and delegates to that class
 

Methods in org.geotools.data.shapefile.indexed that return CloseableCollection
protected  CloseableCollection<Data> IndexedShapefileDataStore.queryQuadTree(Envelope bbox)
          QuadTree Query
 

Constructors in org.geotools.data.shapefile.indexed with parameters of type CloseableCollection
IndexedShapefileAttributeReader(AttributeDescriptor[] atts, ShapefileReader shp, IndexedDbaseFileReader dbf, CloseableCollection<Data> goodRecs)
          Create the shape reader
IndexedShapefileAttributeReader(List<AttributeDescriptor> attributes, ShapefileReader shp, IndexedDbaseFileReader dbf, CloseableCollection<Data> goodRecs)
           
 

Uses of CloseableCollection in org.geotools.index.quadtree
 

Classes in org.geotools.index.quadtree that implement CloseableCollection
 class LazySearchCollection
          A collection that will open and close the QuadTree and find the next id in the index.
 

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



Copyright © 1996-2010 Geotools. All Rights Reserved.