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.
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 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.Constructors in org.apache.sis.storage with parameters of type StorageConnectorModifierConstructorDescriptionprotected
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.protected
DataStore
(DataStore parent, StorageConnector connector) Deprecated. -
Uses of StorageConnector in org.apache.sis.storage.earthobservation
Constructors in org.apache.sis.storage.earthobservation with parameters of type StorageConnectorModifierConstructorDescriptionLandsatStore
(LandsatStoreProvider provider, StorageConnector connector) Deprecated.Creates a new Landsat store from the given file, URL, stream or character reader. -
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) ReturnsProbeResult.SUPPORTED
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) ReturnsProbeResult.SUPPORTED
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.SQLStore
(SQLStoreProvider provider, StorageConnector connector, GenericName... tableNames) Deprecated.
DataStore(DataStore, DataStoreProvider, StorageConnector, boolean)
.