Package org.geotools.api.data
Interface FileStoreFactory
-
- All Known Subinterfaces:
FilteringFileStoreFactory
- All Known Implementing Classes:
ShapefileDataStoreFactory.ShpFileStoreFactory
public interface FileStoreFactory
A delegate that finds the files managed by the directory store and- Author:
- Andrea Aime - OpenGeo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataStore
getDataStore(File file)
Returns a store for the specified file
-
-
-
Method Detail
-
getDataStore
DataStore getDataStore(File file) throws IOException
Returns a store for the specified file- Throws:
IOException
-
-