Uses of Class
org.apache.sis.storage.StorageConnector
Packages that use StorageConnector
Package
Description
Data store base types for retrieving and saving geospatial data
in various storage formats.
Maps GeoTIFF tags to ISO metadata and read raster data as 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 create features from a JDBC connection to a database.
-
Uses of StorageConnector in org.apache.sis.storage
Methods in org.apache.sis.storage with parameters of type StorageConnectorModifier and TypeMethodDescriptionabstract DataStore
DataStoreProvider.open
(StorageConnector connector) Returns a data store implementation associated with this provider.abstract ProbeResult
DataStoreProvider.probeContent
(StorageConnector connector) Indicates if the given storage appears to be supported by theDataStore
s created by this provider.protected <S> ProbeResult
DataStoreProvider.probeContent
(StorageConnector connector, Class<S> type, DataStoreProvider.Prober<? super S> prober) Applies the specified test on the storage content without modifying buffer or input stream position.Constructors in org.apache.sis.storage with parameters of type StorageConnectorModifierConstructorDescriptionCanNotProbeException
(DataStoreProvider provider, StorageConnector connector, Throwable cause) Creates a localized exception with a message saying that the given store can not 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 StorageConnector in org.apache.sis.storage.geotiff
Methods in org.apache.sis.storage.geotiff with parameters of type StorageConnectorModifier and TypeMethodDescriptionGeoTiffStoreProvider.open
(StorageConnector connector) Returns aGeoTiffStore
implementation associated with this provider.GeoTiffStoreProvider.probeContent
(StorageConnector connector) Returns the MIME type if the given storage appears to be supported byGeoTiffStore
.Constructors in org.apache.sis.storage.geotiff with parameters of type StorageConnectorModifierConstructorDescriptionGeoTiffStore
(DataStore parent, DataStoreProvider provider, StorageConnector connector, boolean hidden) Creates a new GeoTIFF store as a component of a larger data store.GeoTiffStore
(GeoTiffStoreProvider provider, StorageConnector connector) Creates a new GeoTIFF store from the given file, URL or stream object. -
Uses of StorageConnector in org.apache.sis.storage.landsat
Methods in org.apache.sis.storage.landsat with parameters of type StorageConnectorModifier and TypeMethodDescriptionLandsatStoreProvider.open
(StorageConnector connector) Returns aLandsatStore
implementation associated with this provider.LandsatStoreProvider.probeContent
(StorageConnector connector) ReturnsProbeResult.SUPPORTED
if the given storage appears to be supported byLandsatStore
.Constructors in org.apache.sis.storage.landsat with parameters of type StorageConnectorModifierConstructorDescriptionLandsatStore
(LandsatStoreProvider provider, StorageConnector connector) Creates a new Landsat store from the given file, URL, stream or character reader. -
Uses of StorageConnector in org.apache.sis.storage.netcdf
Methods in org.apache.sis.storage.netcdf with parameters of type StorageConnectorModifier and TypeMethodDescriptionNetcdfStoreProvider.open
(StorageConnector connector) Returns aNetcdfStore
implementation associated with this provider.NetcdfStoreProvider.probeContent
(StorageConnector connector) Returns the MIME type if the given storage appears to be supported byNetcdfStore
.Constructors in org.apache.sis.storage.netcdf with parameters of type StorageConnectorModifierConstructorDescriptionNetcdfStore
(NetcdfStoreProvider provider, StorageConnector connector) Creates a new netCDF store from the given file, URL, stream orNetcdfFile
object. -
Uses of StorageConnector in org.apache.sis.storage.sql
Methods in org.apache.sis.storage.sql with parameters of type StorageConnectorModifier and TypeMethodDescriptionSQLStoreProvider.open
(StorageConnector connector) Returns aSQLStore
implementation associated with this provider.SQLStoreProvider.probeContent
(StorageConnector connector) ReturnsProbeResult.SUPPORTED
if the given storage appears to be supported bySQLStore
.Constructors in org.apache.sis.storage.sql with parameters of type StorageConnectorModifierConstructorDescriptionSQLStore
(SQLStoreProvider provider, StorageConnector connector, ResourceDefinition... resources) Creates a newSQLStore
for the given data source and tables, views or queries.