Uses of Class
org.geotools.data.shapefile.ShapefileDataStore.Reader

Packages that use ShapefileDataStore.Reader
org.geotools.data.shapefile   
 

Uses of ShapefileDataStore.Reader in org.geotools.data.shapefile
 

Fields in org.geotools.data.shapefile declared as ShapefileDataStore.Reader
protected  ShapefileDataStore.Reader ShapefileDataStore.Writer.attReader
           
 

Methods in org.geotools.data.shapefile that return ShapefileDataStore.Reader
protected  ShapefileDataStore.Reader 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 ShapefileDataStore.Reader
protected  FeatureReader ShapefileDataStore.createFeatureReader(java.lang.String typeName, ShapefileDataStore.Reader r, FeatureType readerSchema)
           
 



Copyright © GeoTools. All Rights Reserved.