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
 

Fields in org.geotools.data.shapefile.indexed declared as IndexedDbaseFileReader
protected  IndexedDbaseFileReader IndexedShapefileDataStore.Reader.dbf
           
 

Constructors in org.geotools.data.shapefile.indexed with parameters of type IndexedDbaseFileReader
IndexedShapefileDataStore.Reader(AttributeType[] atts, ShapefileReader shp, IndexedDbaseFileReader dbf, java.util.Collection goodRecs)
          Create the shape reader
 



Copyright © GeoTools. All Rights Reserved.