Class NetcdfStoreProvider

Object
DataStoreProvider
NetcdfStoreProvider

public class NetcdfStoreProvider extends DataStoreProvider
The provider of Netcdf­Store instances. Given a Storage­Connector input, this class tries to instantiate a Netcdf­Store using the embedded netCDF decoder. If the embedded decoder cannot decode the given input and the UCAR library is reachable on the module path, then this class tries to instantiate a Netcdf­Store backed by the UCAR library.

Thread safety

The same Netcdf­Store­Provider instance can be safely used by many threads without synchronization on the part of the caller. However, the Netcdf­Store instances created by this factory are not thread-safe.
Since:
0.3
See Also: