Class LandsatStoreProvider

java.lang.Object
org.apache.sis.storage.DataStoreProvider
org.apache.sis.storage.landsat.LandsatStoreProvider

public class LandsatStoreProvider extends DataStoreProvider
The provider of LandsatStore instances. Given a StorageConnector input, this class tries to instantiate a LandsatStore.

Thread safety

The same LandsatStoreProvider 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:
1.1
Version:
1.2