|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FileDataStore | |
---|---|
org.geotools.data | Defines the DataStoreAPI via which all data is imported or exported. |
org.geotools.data.shapefile |
Uses of FileDataStore in org.geotools.data |
---|
Classes in org.geotools.data that implement FileDataStore | |
---|---|
class |
AbstractFileDataStore
This class assumes the DataStore represents a single source, represented by a URL. |
Methods in org.geotools.data that return FileDataStore | |
---|---|
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.shapefile |
---|
Classes in org.geotools.data.shapefile that implement FileDataStore | |
---|---|
class |
ShapefileDataStore
|
Methods in org.geotools.data.shapefile that return FileDataStore | |
---|---|
FileDataStore |
ShapefileDataStoreFactory.createDataStore(URL url)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |