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(org.opengis.feature.type.AttributeDescriptor[] atts, ShapefileReader shp, IndexedDbaseFileReader dbf, CloseableCollection<Data> goodRecs)
          Create the shape reader
IndexedShapefileAttributeReader(java.util.List<org.opengis.feature.type.AttributeDescriptor> attributes, ShapefileReader shp, IndexedDbaseFileReader dbf, CloseableCollection<Data> goodRecs)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.