Class SingleImageStore.Writable

All Implemented Interfaces:
AutoCloseable, ResourceOnFileSystem, StoreResource, DataSet, GridCoverageResource, Resource, WritableGridCoverageResource, Localized
Enclosing class:
SingleImageStore

static final class SingleImageStore.Writable extends SingleImageStore implements WritableGridCoverageResource
The writable variant of MultiImageStore.
  • Constructor Details

    • Writable

      Writable(FormatFinder format) throws DataStoreException, IOException
      Creates a new store from the given file, URL or stream.
      Parameters:
      format - information about the storage (URL, stream, etc) and the reader/writer to use.
      Throws:
      DataStoreException - if an error occurred while opening the stream.
      IOException - if an error occurred while creating the image reader instance.
  • Method Details