Uses of Class
org.geotools.data.shapefile.dbf.IndexedDbaseFileReader

Packages that use IndexedDbaseFileReader
org.geotools.data.shapefile   
org.geotools.data.shapefile.indexed   
 

Uses of IndexedDbaseFileReader in org.geotools.data.shapefile
 

Methods in org.geotools.data.shapefile that return IndexedDbaseFileReader
static IndexedDbaseFileReader ShapefileRendererUtil.getDBFReader(ShapefileDataStore ds)
           
 

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

Constructors in org.geotools.data.shapefile.indexed with parameters of type IndexedDbaseFileReader
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)
           
 



Copyright © 1996-2009 Geotools. All Rights Reserved.