Class AsciiGridStoreProvider


public final class AsciiGridStoreProvider extends PRJDataStore.Provider
The provider of AsciiGridStore instances. Given a StorageConnector input, this class tries to instantiate an AsciiGridStore.

Thread safety

The same AsciiGridStoreProvider instance can be safely used by many threads without synchronization on the part of the caller. However, the AsciiGridStore instances created by this factory are not thread-safe.
Since:
1.2
Version:
1.2
  • Field Details

  • Constructor Details

    • AsciiGridStoreProvider

      public AsciiGridStoreProvider()
      Creates a new provider.
  • Method Details