Uses of Interface
org.geotools.api.data.FileDataStore
Packages that use FileDataStore
Package
Description
Defines the DataStore API via which all data is imported or exported.
-
Uses of FileDataStore in org.geotools.api.data
Methods in org.geotools.api.data that return FileDataStoreModifier and TypeMethodDescriptionFileDataStoreFactorySpi.createDataStore
(URL url) A DataStore attached to the provided url, may be created if needed.static FileDataStore
FileDataStoreFinder.getDataStore
(File file) Checks each available datasource implementation in turn and returns the first one which claims to support the given file..static FileDataStore
FileDataStoreFinder.getDataStore
(URL url) Checks each available datasource implementation in turn and returns the first one which claims to support the resource identified by the params object. -
Uses of FileDataStore in org.geotools.data.csv
Classes in org.geotools.data.csv that implement FileDataStoreMethods in org.geotools.data.csv that return FileDataStoreModifier and TypeMethodDescriptionCSVDataStoreFactory.createDataStore
(URL url) CSVDataStoreFactory.createDataStore
(Map<String, ?> params) CSVDataStoreFactory.createDataStoreFromFile
(File file) CSVDataStoreFactory.createDataStoreFromFile
(File file, URI namespace) -
Uses of FileDataStore in org.geotools.data.geojson.store
Classes in org.geotools.data.geojson.store that implement FileDataStoreMethods in org.geotools.data.geojson.store that return FileDataStoreModifier and TypeMethodDescriptionGeoJSONDataStoreFactory.createDataStore
(File f) GeoJSONDataStoreFactory.createDataStore
(URL url) -
Uses of FileDataStore in org.geotools.data.shapefile
Classes in org.geotools.data.shapefile that implement FileDataStoreMethods in org.geotools.data.shapefile that return FileDataStore