Uses of Class
org.apache.sis.storage.DataStoreProvider
Packages that use DataStoreProvider
Package
Description
Data store base types for retrieving and saving geospatial data
in various storage formats.
Metadata readers for some format used in Earth observation (Landsat, MODIS).
Maps ISO metadata elements from/to the GeoTIFF tags.
Reader of Landsat 8 level 1-2 data.
Reads netCDF files conforming to the Climate and Forecast (CF).
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 DataStoreProviderModifier and TypeFieldDescriptionprotected final DataStoreProvider
DataStore.provider
The factory that created thisDataStore
instance, ornull
if unspecified.Methods in org.apache.sis.storage that return DataStoreProviderModifier and TypeMethodDescriptionDataStore.getProvider()
Returns the factory that created thisDataStore
instance.Methods in org.apache.sis.storage that return types with arguments of type DataStoreProviderModifier and TypeMethodDescriptionstatic 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 DataStoreProviderModifierConstructorDescriptionprotected
DataStore
(DataStoreProvider provider, StorageConnector connector) Creates a new instance for the given storage (typically file or database).protected
DataStore
(DataStore parent, DataStoreProvider provider, StorageConnector connector, boolean hidden) Creates a new instance as a child of another data store instance. -
Uses of DataStoreProvider in org.apache.sis.storage.earthobservation
Subclasses of DataStoreProvider in org.apache.sis.storage.earthobservation -
Uses of DataStoreProvider in org.apache.sis.storage.geotiff
Subclasses of DataStoreProvider in org.apache.sis.storage.geotiffConstructors in org.apache.sis.storage.geotiff with parameters of type DataStoreProviderModifierConstructorDescriptionGeoTiffStore
(DataStore parent, DataStoreProvider provider, StorageConnector connector, boolean hidden) Creates a new GeoTIFF store as a component of a larger data store. -
Uses of DataStoreProvider in org.apache.sis.storage.landsat
Subclasses of DataStoreProvider in org.apache.sis.storage.landsat -
Uses of DataStoreProvider in org.apache.sis.storage.netcdf
Subclasses of DataStoreProvider in org.apache.sis.storage.netcdf -
Uses of DataStoreProvider in org.apache.sis.storage.sql
Subclasses of DataStoreProvider in org.apache.sis.storage.sql
org.apache.sis.storage.landsat
package.