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.
A data store that can read and write GeoTIFF files as grid coverages.
Reader of Landsat 8 level 1-2 data.
Reads netCDF files conforming to the Climate and Forecast (CF).
Data store capable to read and write features using 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 TypeMethodDescriptionCanNotProbeException.getProvider()
Returns the data store provider that failed to probe a file.DataStore.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 available data store providers.Constructors in org.apache.sis.storage with parameters of type DataStoreProviderModifierConstructorDescriptionCanNotProbeException
(DataStoreProvider provider, String message, Throwable cause) Creates an exception with the specified details message and cause.CanNotProbeException
(DataStoreProvider provider, StorageConnector connector, Throwable cause) Creates a localized exception with a message saying that the given store cannot be processed.protected
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.geotiff
Subclasses of DataStoreProvider in org.apache.sis.storage.geotiffModifier and TypeClassDescriptionclass
The provider ofGeoTiffStore
instances.Constructors in org.apache.sis.storage.geotiff with parameters of type DataStoreProviderModifierConstructorDescriptionGeoTiffStore
(DataStoreProvider provider, StorageConnector connector) Creates a new GeoTIFF store from the given file, URL or stream object.GeoTiffStore
(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.landsatConstructors in org.apache.sis.storage.landsat with parameters of type DataStoreProviderModifierConstructorDescriptionLandsatStore
(DataStoreProvider provider, StorageConnector connector) Creates a new Landsat store from the given file, URL, stream or character reader. -
Uses of DataStoreProvider in org.apache.sis.storage.netcdf
Subclasses of DataStoreProvider in org.apache.sis.storage.netcdfConstructors in org.apache.sis.storage.netcdf with parameters of type DataStoreProviderModifierConstructorDescriptionNetcdfStore
(DataStoreProvider provider, StorageConnector connector) Creates a new netCDF store from the given file, URL, stream orNetcdfFile
object. -
Uses of DataStoreProvider in org.apache.sis.storage.sql
Subclasses of DataStoreProvider in org.apache.sis.storage.sqlConstructors in org.apache.sis.storage.sql with parameters of type DataStoreProviderModifierConstructorDescriptionSimpleFeatureStore
(DataStoreProvider provider, StorageConnector connector, ResourceDefinition... resources) Creates a newSimpleFeatureStore
for the given data source and tables, views or queries.protected
SQLStore
(DataStoreProvider provider, StorageConnector connector) Creates a newSQLStore
for the given data source.