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 ShapefileDataStore.Reader.shp
           
 

Methods in org.geotools.data.shapefile that return ShapefileReader
static ShapefileReader ShapefileRendererUtil.getShpReader(ShapefileDataStore ds, com.vividsolutions.jts.geom.Envelope bbox, org.opengis.referencing.operation.MathTransform mt, boolean hasOpacity)
          gets a shapefile reader with the custom shaperenderer shape handler.
protected  ShapefileReader ShapefileDataStore.openShapeReader()
          Convenience method for opening a ShapefileReader.
 

Constructors in org.geotools.data.shapefile with parameters of type ShapefileReader
ShapefileDataStore.Reader(AttributeType[] atts, ShapefileReader shp, DbaseFileReader dbf)
          Create the shapefile reader
 

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

Fields in org.geotools.data.shapefile.indexed declared as ShapefileReader
protected  ShapefileReader IndexedShapefileDataStore.Reader.shp
           
 

Constructors in org.geotools.data.shapefile.indexed with parameters of type ShapefileReader
IndexedShapefileDataStore.Reader(AttributeType[] atts, ShapefileReader shp, IndexedDbaseFileReader dbf, java.util.Collection goodRecs)
          Create the shape reader
 



Copyright © GeoTools. All Rights Reserved.