Uses of Interface
org.geotools.api.data.FileStoreFactory
-
Packages that use FileStoreFactory Package Description org.geotools.api.data Defines the DataStore API via which all data is imported or exported.org.geotools.data.directory org.geotools.data.shapefile -
-
Uses of FileStoreFactory in org.geotools.api.data
Subinterfaces of FileStoreFactory in org.geotools.api.data Modifier and Type Interface Description interfaceFilteringFileStoreFactoryA delegate that indicates which files can be managed by the delegate store, when setting up a DirectoryDataStore -
Uses of FileStoreFactory in org.geotools.data.directory
Constructors in org.geotools.data.directory with parameters of type FileStoreFactory Constructor Description DirectoryDataStore(File directory, FileStoreFactory dialect) -
Uses of FileStoreFactory in org.geotools.data.shapefile
Classes in org.geotools.data.shapefile that implement FileStoreFactory Modifier and Type Class Description static classShapefileDataStoreFactory.ShpFileStoreFactoryA delegates that allow to build a directory of shapfiles store
-