Uses of Interface
org.geotools.api.data.FileDataStoreFactorySpi
Packages that use FileDataStoreFactorySpi
Package
Description
Defines the DataStore API via which all data is imported or exported.
Dialog and wizard classes to get user input for data stores
-
Uses of FileDataStoreFactorySpi in org.geotools.api.data
Methods in org.geotools.api.data that return FileDataStoreFactorySpiModifier and TypeMethodDescriptionstatic FileDataStoreFactorySpi
FileDataStoreFinder.getDataStoreFactory
(String extension) Used to look up a FileDataStoreFactorySpi by extension.Methods in org.geotools.api.data that return types with arguments of type FileDataStoreFactorySpiModifier and TypeMethodDescriptionstatic Iterator<FileDataStoreFactorySpi>
FileDataStoreFinder.getAvailableDataStores()
Returns an iterator of FileDataStoreFactorySpi to allow for the easy creation of a FileDataStore -
Uses of FileDataStoreFactorySpi in org.geotools.data.csv
Classes in org.geotools.data.csv that implement FileDataStoreFactorySpi -
Uses of FileDataStoreFactorySpi in org.geotools.data.geojson.store
Classes in org.geotools.data.geojson.store that implement FileDataStoreFactorySpi -
Uses of FileDataStoreFactorySpi in org.geotools.data.shapefile
Classes in org.geotools.data.shapefile that implement FileDataStoreFactorySpiModifier and TypeClassDescriptionclass
Builds instances of the shapefile data storeclass
Creates a directory datastore pointing to a directory of shapefiles -
Uses of FileDataStoreFactorySpi in org.geotools.factory
Methods in org.geotools.factory that return types with arguments of type FileDataStoreFactorySpiModifier and TypeMethodDescriptionstatic Set<FileDataStoreFactorySpi>
CommonFactoryFinder.getFileDataStoreFactories
(Hints hints) Returns a set of all available implementations for theFileDataStoreFactorySpi
interface. -
Uses of FileDataStoreFactorySpi in org.geotools.swing.data
Methods in org.geotools.swing.data with parameters of type FileDataStoreFactorySpiModifier and TypeMethodDescriptionstatic File
JFileDataStoreChooser.showOpenFile
(FileDataStoreFactorySpi format, Component parent) Show a file open dialog that filters for files that match a given file data store formatstatic File
JFileDataStoreChooser.showOpenFile
(FileDataStoreFactorySpi format, File initialDir, Component parent) Show a file open dialog that filters for files that match a given file data store formatConstructors in org.geotools.swing.data with parameters of type FileDataStoreFactorySpiModifierConstructorDescriptionCreates a dialog that filters for files matching the specified data format.