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.
A data store that can read and write GeoTIFF files as grid coverages.
Reader of Landsat 8 level 1-2 data.
A plugin mechanism for modifying some aspects of the resources read by data stores.
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 StorageConnector in org.apache.sis.storage
Methods in org.apache.sis.storage with parameters of type StorageConnectorModifier and TypeMethodDescriptionabstract DataStore
DataStoreProvider.open
(StorageConnector connector) Creates a data store instance 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 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.StorageConnector
(StorageConnector parent, Object storage) Creates a new data store connection which has a sub-component of a larger data store. -
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) Creates aGeoTiffStore
instance 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
(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 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
(DataStoreProvider 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.modifier
Methods in org.apache.sis.storage.modifier with parameters of type StorageConnectorModifier and TypeMethodDescriptionstatic CoverageModifier
CoverageModifier.getOrDefault
(StorageConnector connector) Returns modifier specified in the options of the given storage connector. -
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
(DataStoreProvider 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 StorageConnectorModifierConstructorDescriptionSimpleFeatureStore
(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.