Uses of Class
org.geotools.index.Data

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

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

Fields in org.geotools.data.shapefile.indexed with type parameters of type Data
protected  Iterator<Data> IndexedShapefileAttributeReader.goodRecs
           
 

Methods in org.geotools.data.shapefile.indexed that return Data
 Data CloseableArrayList.get(int index)
           
 

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

Methods in org.geotools.data.shapefile.indexed with parameters of type Data
 boolean CloseableArrayList.add(Data o)
           
 

Method parameters in org.geotools.data.shapefile.indexed with type arguments of type Data
 void CloseableArrayList.closeIterator(Iterator<Data> iter)
           
 

Constructor parameters in org.geotools.data.shapefile.indexed with type arguments of type Data
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 Data in org.geotools.index
 

Methods in org.geotools.index that return Data
 Data Data.addValue(Object val)
          DOCUMENT ME!
 

Uses of Data in org.geotools.index.quadtree
 

Methods in org.geotools.index.quadtree that return Data
 Data LazySearchIterator.next()
           
 

Methods in org.geotools.index.quadtree that return types with arguments of type Data
 Iterator<Data> LazySearchCollection.iterator()
           
 CloseableCollection<Data> QuadTree.search(Envelope bounds)
           
 

Method parameters in org.geotools.index.quadtree with type arguments of type Data
 void LazySearchCollection.closeIterator(Iterator<Data> iter)
           
 



Copyright © 1996-2009 Geotools. All Rights Reserved.