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 FileDataStoreFileDataStoreFactorySpi. createDataStore(URL url)A DataStore attached to the provided url, may be created if needed.static FileDataStoreFileDataStoreFinder. getDataStore(File file)Checks each available datasource implementation in turn and returns the first one which claims to support the given file..static FileDataStoreFileDataStoreFinder. 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 classCSVDataStoreMethods in org.geotools.data.csv that return FileDataStore Modifier and Type Method Description FileDataStoreCSVDataStoreFactory. createDataStore(URL url)FileDataStoreCSVDataStoreFactory. createDataStore(Map<String,?> params)FileDataStoreCSVDataStoreFactory. createDataStoreFromFile(File file)FileDataStoreCSVDataStoreFactory. 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 classGeoJSONDataStoreMethods in org.geotools.data.geojson.store that return FileDataStore Modifier and Type Method Description FileDataStoreGeoJSONDataStoreFactory. createDataStore(File f)FileDataStoreGeoJSONDataStoreFactory. 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 classShapefileDataStoreMethods in org.geotools.data.shapefile that return FileDataStore Modifier and Type Method Description FileDataStoreShapefileDataStoreFactory. createDataStore(URL url)
-