Uses of Class
org.apache.sis.storage.DataStoreProvider
-
Packages that use DataStoreProvider Package Description org.apache.sis.storage Data store base types for retrieving and saving geospatial data in various storage formats.org.apache.sis.storage.earthobservation Metadata readers for some format used in Earth observation (Landsat, MODIS).org.apache.sis.storage.geotiff Maps ISO metadata elements from/to the GeoTIFF tags.org.apache.sis.storage.netcdf Maps ISO metadata elements from/to the Climate and Forecast (CF) attributes in a netCDF file.org.apache.sis.storage.sql Data store capable to read and create features from a JDBC connection to a database. -
-
Uses of DataStoreProvider in org.apache.sis.storage
Fields in org.apache.sis.storage declared as DataStoreProvider Modifier and Type Field Description protected DataStoreProvider
DataStore. provider
The factory that created thisDataStore
instance, ornull
if unspecified.Methods in org.apache.sis.storage that return DataStoreProvider Modifier and Type Method Description DataStoreProvider
DataStore. getProvider()
Returns the factory that created thisDataStore
instance.Methods in org.apache.sis.storage that return types with arguments of type DataStoreProvider Modifier and Type Method Description static Collection<DataStoreProvider>
DataStores. providers()
Returns the set of data store providers available at this method invocation time.Constructors in org.apache.sis.storage with parameters of type DataStoreProvider Constructor Description DataStore(DataStoreProvider provider, StorageConnector connector)
Creates a new instance for the given storage (typically file or database). -
Uses of DataStoreProvider in org.apache.sis.storage.earthobservation
Subclasses of DataStoreProvider in org.apache.sis.storage.earthobservation Modifier and Type Class Description class
LandsatStoreProvider
The provider ofLandsatStore
instances. -
Uses of DataStoreProvider in org.apache.sis.storage.geotiff
Subclasses of DataStoreProvider in org.apache.sis.storage.geotiff Modifier and Type Class Description class
GeoTiffStoreProvider
The provider ofGeoTiffStore
instances. -
Uses of DataStoreProvider in org.apache.sis.storage.netcdf
Subclasses of DataStoreProvider in org.apache.sis.storage.netcdf Modifier and Type Class Description class
NetcdfStoreProvider
The provider ofNetcdfStore
instances. -
Uses of DataStoreProvider in org.apache.sis.storage.sql
Subclasses of DataStoreProvider in org.apache.sis.storage.sql Modifier and Type Class Description class
SQLStoreProvider
Provider ofSQLStore
instances.
-