Uses of Class
org.geotools.data.shapefile.shp.ShapefileReader

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

Uses of ShapefileReader in org.geotools.data.shapefile
 

Fields in org.geotools.data.shapefile declared as ShapefileReader
protected  ShapefileReader ShapefileAttributeReader.shp
           
 

Methods in org.geotools.data.shapefile that return ShapefileReader
protected  ShapefileReader ShapefileDataStore.openShapeReader(GeometryFactory gf)
          Convenience method for opening a ShapefileReader.
 

Constructors in org.geotools.data.shapefile with parameters of type ShapefileReader
ShapefileAttributeReader(AttributeDescriptor[] atts, ShapefileReader shp, DbaseFileReader dbf)
          Create the shapefile reader
ShapefileAttributeReader(List<AttributeDescriptor> atts, ShapefileReader shp, DbaseFileReader dbf)
           
 

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

Constructors in org.geotools.data.shapefile.indexed with parameters of type ShapefileReader
IndexedShapefileAttributeReader(AttributeDescriptor[] atts, ShapefileReader shp, IndexedDbaseFileReader dbf, CloseableCollection<Data> goodRecs)
          Create the shape reader
IndexedShapefileAttributeReader(List<AttributeDescriptor> attributes, ShapefileReader shp, IndexedDbaseFileReader dbf, CloseableCollection<Data> goodRecs)
           
 



Copyright © 1996-2009 Geotools. All Rights Reserved.