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

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

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

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

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

Methods in org.geotools.data.shape with parameters of type ShapefileDataStore.Reader
protected  FeatureReader ShapefileDataStore.createFeatureReader(java.lang.String typeName, ShapefileDataStore.Reader r, FeatureType readerSchema)
           
 

Constructors in org.geotools.data.shape with parameters of type ShapefileDataStore.Reader
ShapeFIDReader(java.lang.String typeName, ShapefileDataStore.Reader reader)
           
ShapeFIDReader(FeatureType featureType, ShapefileDataStore.Reader reader)
           
 



Copyright © GeoTools. All Rights Reserved.