Uses of Class
org.geotools.data.shapefile.indexed.IndexedShapefileAttributeReader

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

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

Methods in org.geotools.data.shapefile.indexed that return IndexedShapefileAttributeReader
protected  IndexedShapefileAttributeReader 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 IndexedShapefileAttributeReader
protected  FeatureReader<SimpleFeatureType,SimpleFeature> IndexedShapefileDataStore.createFeatureReader(String typeName, IndexedShapefileAttributeReader r, SimpleFeatureType readerSchema)
           
 

Constructors in org.geotools.data.shapefile.indexed with parameters of type IndexedShapefileAttributeReader
ShapeFIDReader(SimpleFeatureType featureType, IndexedShapefileAttributeReader reader)
           
ShapeFIDReader(String typeName, IndexedShapefileAttributeReader reader)
           
 



Copyright © 1996-2009 Geotools. All Rights Reserved.