Class LandsatStoreProvider
Object
DataStoreProvider
LandsatStoreProvider
LandsatStoreProvider
Deprecated.
The provider of
LandsatStore
instances. Given a StorageConnector
input,
this class tries to instantiate a LandsatStore
.
Thread safety
The sameLandsatStoreProvider
instance can be safely used by many threads without synchronization on
the part of the caller. However the LandsatStore
instances created by this factory are not thread-safe.- Since:
- 0.8
Defined in the sis-earth-observation
module
-
Field Summary
Fields inherited from class DataStoreProvider
CREATE, LOCATION
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class LandsatStoreProvider
getOpenParameters, getShortName, open, probeContent
Methods inherited from class DataStoreProvider
getFormat, getLogger, getSupportedVersions, open
-
Constructor Details
-
LandsatStoreProvider
public LandsatStoreProvider()Deprecated.Creates a new provider.
-
org.apache.sis.storage.landsat
package.