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:FileStoreFactory
Returns a store for the specified file- Specified by:
getDataStore
in interfaceFileStoreFactory
- Throws:
IOException
-
getFilter
Description copied from interface:FilteringFileStoreFactory
Returns a FileFilter to be applied on delegate store lookup- Specified by:
getFilter
in interfaceFilteringFileStoreFactory
- Throws:
IOException
-