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 FileDataStoreFactorySpiFileDataStoreFinder.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 TypeClassDescriptionclassBuilds instances of the shapefile data storeclassCreates 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 theFileDataStoreFactorySpiinterface. -
Uses of FileDataStoreFactorySpi in org.geotools.swing.data
Methods in org.geotools.swing.data with parameters of type FileDataStoreFactorySpiModifier and TypeMethodDescriptionstatic FileJFileDataStoreChooser.showOpenFile(FileDataStoreFactorySpi format, Component parent) Show a file open dialog that filters for files that match a given file data store formatstatic FileJFileDataStoreChooser.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.