Package org.geotools.data.shapefile
Class ShapefileDataStoreFactory.ShpFileStoreFactory
Object
ShpFileStoreFactory
- All Implemented Interfaces:
FileStoreFactory,FilteringFileStoreFactory
- Enclosing class:
- ShapefileDataStoreFactory
public static class ShapefileDataStoreFactory.ShpFileStoreFactory
extends Object
implements FilteringFileStoreFactory
A delegates that allow to build a directory of shapfiles store
- Author:
- Andrea Aime - OpenGeo
-
Constructor Summary
ConstructorsConstructorDescriptionShpFileStoreFactory(ShapefileDataStoreFactory factory, Map<String, ?> originalParams) -
Method Summary
Modifier and TypeMethodDescriptiongetDataStore(File file) Returns a store for the specified fileReturns a FileFilter to be applied on delegate store lookup
-
Constructor Details
-
ShpFileStoreFactory
-
-
Method Details
-
getDataStore
Description copied from interface:FileStoreFactoryReturns a store for the specified file- Specified by:
getDataStorein interfaceFileStoreFactory- Throws:
IOException
-
getFilter
Description copied from interface:FilteringFileStoreFactoryReturns a FileFilter to be applied on delegate store lookup- Specified by:
getFilterin interfaceFilteringFileStoreFactory- Throws:
IOException
-