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

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

Uses of ShapefileDataStore in org.geotools.data.shapefile
 

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

Constructors in org.geotools.data.shapefile with parameters of type ShapefileDataStore
ShapefileFeatureLocking(ShapefileDataStore shapefileDataStore, Set hints, SimpleFeatureType featureType)
           
ShapefileFeatureStore(ShapefileDataStore shapefileDataStore, Set hints, 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.
 



Copyright © 1996-2009 Geotools. All Rights Reserved.