Uses of Class
org.geotools.data.shapefile.indexed.IndexedShapefileDataStore.Reader

Packages that use IndexedShapefileDataStore.Reader
org.geotools.data.shapefile.indexed   
 

Uses of IndexedShapefileDataStore.Reader in org.geotools.data.shapefile.indexed
 

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

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

Methods in org.geotools.data.shapefile.indexed with parameters of type IndexedShapefileDataStore.Reader
protected  FeatureReader IndexedShapefileDataStore.createFeatureReader(java.lang.String typeName, IndexedShapefileDataStore.Reader r, FeatureType readerSchema)
          DOCUMENT ME!
 

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



Copyright © GeoTools. All Rights Reserved.