Uses of Class
org.geotools.data.shapefile.ShapefileDataStore

Packages that use ShapefileDataStore
org.geotools.data.shapefile   
org.geotools.data.shapefile.indexed   
org.geotools.renderer.shape   
 

Uses of ShapefileDataStore in org.geotools.data.shapefile
 

Methods in org.geotools.data.shapefile that return ShapefileDataStore
 ShapefileDataStore ShapefileDataStoreFactory.createDataStore(java.util.Map params)
          Returns an instance of DataStore iff the resource pointed to the Map of paramers can be handled as a shapefile.
 

Methods in org.geotools.data.shapefile with parameters of type ShapefileDataStore
static IndexedDbaseFileReader ShapefileRendererUtil.getDBFReader(ShapefileDataStore ds)
           
static FIDReader ShapefileRendererUtil.getFidReader(ShapefileDataStore datastore, RecordNumberTracker tracker)
           
static ShpFiles ShapefileRendererUtil.getShpFiles(ShapefileDataStore ds)
           
static java.nio.channels.ReadableByteChannel ShapefileRendererUtil.getShpReadChannel(ShapefileDataStore ds)
           
static ShapefileReader ShapefileRendererUtil.getShpReader(ShapefileDataStore ds, com.vividsolutions.jts.geom.Envelope bbox, java.awt.Rectangle screenSize, org.opengis.referencing.operation.MathTransform mt, boolean hasOpacity, boolean returnJTS)
          gets a shapefile reader with the custom shaperenderer shape handler.
static java.net.URL ShapefileRendererUtil.getshpURL(ShapefileDataStore ds)
           
 

Constructors in org.geotools.data.shapefile with parameters of type ShapefileDataStore
ShapefileFeatureLocking(ShapefileDataStore shapefileDataStore, java.util.Set hints, org.opengis.feature.simple.SimpleFeatureType featureType)
           
ShapefileFeatureStore(ShapefileDataStore shapefileDataStore, java.util.Set hints, org.opengis.feature.simple.SimpleFeatureType featureType)
           
ShapefileFileResourceInfo(ShapefileDataStore shapefile)
           
ShapefileURLResourceInfo(ShapefileDataStore shapefile)
           
 

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

Subclasses of ShapefileDataStore in org.geotools.data.shapefile.indexed
 class IndexedShapefileDataStore
          A DataStore implementation which allows reading and writing from Shapefiles.
 

Uses of ShapefileDataStore in org.geotools.renderer.shape
 

Methods in org.geotools.renderer.shape with parameters of type ShapefileDataStore
 IndexInfo ShapefileRenderer.useIndex(ShapefileDataStore ds)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.