Uses of Interface
org.geotools.api.data.FileDataStoreFactorySpi
-
Packages that use FileDataStoreFactorySpi Package Description org.geotools.api.data Defines the DataStore API via which all data is imported or exported.org.geotools.data.csv org.geotools.data.geojson.store org.geotools.data.shapefile org.geotools.factory org.geotools.swing.data 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 FileDataStoreFactorySpi Modifier and Type Method Description static 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 FileDataStoreFactorySpi Modifier and Type Method Description static 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 Modifier and Type Class Description class
CSVDataStoreFactory
-
Uses of FileDataStoreFactorySpi in org.geotools.data.geojson.store
Classes in org.geotools.data.geojson.store that implement FileDataStoreFactorySpi Modifier and Type Class Description class
GeoJSONDataStoreFactory
-
Uses of FileDataStoreFactorySpi in org.geotools.data.shapefile
Classes in org.geotools.data.shapefile that implement FileDataStoreFactorySpi Modifier and Type Class Description class
ShapefileDataStoreFactory
Builds instances of the shapefile data storeclass
ShapefileDirectoryFactory
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 FileDataStoreFactorySpi Modifier and Type Method Description static 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 FileDataStoreFactorySpi Modifier and Type Method Description static 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 FileDataStoreFactorySpi Constructor Description JFileDataStoreChooser(FileDataStoreFactorySpi format)
Creates a dialog that filters for files matching the specified data format.
-