Uses of Interface
org.geotools.api.data.FileDataStore
-
Packages that use FileDataStore 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 -
-
Uses of FileDataStore in org.geotools.api.data
Methods in org.geotools.api.data that return FileDataStore Modifier and Type Method Description FileDataStore
FileDataStoreFactorySpi. 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 FileDataStore Modifier and Type Class Description class
CSVDataStore
Methods in org.geotools.data.csv that return FileDataStore Modifier and Type Method Description FileDataStore
CSVDataStoreFactory. createDataStore(URL url)
FileDataStore
CSVDataStoreFactory. createDataStore(Map<String,?> params)
FileDataStore
CSVDataStoreFactory. createDataStoreFromFile(File file)
FileDataStore
CSVDataStoreFactory. createDataStoreFromFile(File file, URI namespace)
-
Uses of FileDataStore in org.geotools.data.geojson.store
Classes in org.geotools.data.geojson.store that implement FileDataStore Modifier and Type Class Description class
GeoJSONDataStore
Methods in org.geotools.data.geojson.store that return FileDataStore Modifier and Type Method Description FileDataStore
GeoJSONDataStoreFactory. createDataStore(File f)
FileDataStore
GeoJSONDataStoreFactory. createDataStore(URL url)
-
Uses of FileDataStore in org.geotools.data.shapefile
Classes in org.geotools.data.shapefile that implement FileDataStore Modifier and Type Class Description class
ShapefileDataStore
Methods in org.geotools.data.shapefile that return FileDataStore Modifier and Type Method Description FileDataStore
ShapefileDataStoreFactory. createDataStore(URL url)
-