Class WorldFileStoreProvider


public final class WorldFileStoreProvider extends PRJDataStore.Provider
The provider of WorldFileStore instances.
Since:
1.2
Version:
1.2
Author:
Martin Desruisseaux (Geomatys)
  • Constructor Details

    • WorldFileStoreProvider

      public WorldFileStoreProvider()
      Creates a new provider.
    • WorldFileStoreProvider

      public WorldFileStoreProvider(boolean allowSingleton)
      Creates a new provider with the given configuration. If allowSingleton is false, then this provider will unconditionally create WorldFileStore instances that implement the Aggregate interface, regardless if the image format allows many pictures or not.
      Parameters:
      allowSingleton - whether the provider is allowed to create GridCoverageResource instances instead of Aggregate instances.
  • Method Details