Uses of Class
org.geotools.data.shapefile.ShapefileAttributeReader

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

Uses of ShapefileAttributeReader in org.geotools.data.shapefile
 

Fields in org.geotools.data.shapefile declared as ShapefileAttributeReader
protected  ShapefileAttributeReader ShapefileFeatureWriter.attReader
           
 

Methods in org.geotools.data.shapefile that return ShapefileAttributeReader
protected  ShapefileAttributeReader ShapefileDataStore.getAttributesReader(boolean readDbf)
          Returns the attribute reader, allowing for a pure shapefile reader, or a combined dbf/shp reader.
 

Methods in org.geotools.data.shapefile with parameters of type ShapefileAttributeReader
protected  FIDFeatureReader ShapefileDataStore.createFeatureReader(String typeName, ShapefileAttributeReader reader, SimpleFeatureType readerSchema)
           
 

Constructors in org.geotools.data.shapefile with parameters of type ShapefileAttributeReader
ShapefileFeatureWriter(String typeName, ShpFiles shpFiles, ShapefileAttributeReader attsReader, FeatureReader<SimpleFeatureType,SimpleFeature> featureReader, Charset charset)
           
 

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

Subclasses of ShapefileAttributeReader in org.geotools.data.shapefile.indexed
 class IndexedShapefileAttributeReader
          An AttributeReader implementation for shape.
 



Copyright © 1996-2009 Geotools. All Rights Reserved.