org.geotools.data.directory
Interface FileStoreFactory

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
 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

Parameters:
file -
Returns:
Throws:
IOException


Copyright © 1996-2014 Geotools. All Rights Reserved.