Uses of Interface
org.geotools.data.FileDataStore

Packages that use FileDataStore
org.geotools.data Defines the DataStoreAPI via which all data is imported or exported. 
org.geotools.data.shapefile   
org.geotools.data.shapefile.indexed   
 

Uses of FileDataStore in org.geotools.data
 

Classes in org.geotools.data that implement FileDataStore
 class AbstractFileDataStore
           This class assumes the DataStore represents a single source, represented by a URL.
 

Methods in org.geotools.data that return FileDataStore
 FileDataStore FileDataStoreFactorySpi.createDataStore(java.net.URL url)
          A DataStore attached to the provided url, may be created if needed.
static FileDataStore FileDataStoreFinder.getDataStore(java.io.File file)
          Checks each available datasource implementation in turn and returns the first one which claims to support the given file..
static FileDataStore FileDataStoreFinder.getDataStore(java.net.URL url)
          Checks each available datasource implementation in turn and returns the first one which claims to support the resource identified by the params object.
 

Uses of FileDataStore in org.geotools.data.shapefile
 

Classes in org.geotools.data.shapefile that implement FileDataStore
 class ShapefileDataStore
          A DataStore implementation which allows reading and writing from Shapefiles.
 

Methods in org.geotools.data.shapefile that return FileDataStore
 FileDataStore ShapefileDataStoreFactory.createDataStore(java.net.URL url)
          We may need to create a new datastore if the provided file does not exist.
 FileDataStore ShapefileDataStoreFactory.createNewDataStore(java.util.Map params)
          Creates a new DataStore - for a file that does not exist yet.
 

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

Classes in org.geotools.data.shapefile.indexed that implement FileDataStore
 class IndexedShapefileDataStore
          A DataStore implementation which allows reading and writing from Shapefiles.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.