Class MultiImageStore.Writable
java.lang.Object
org.apache.sis.storage.DataStore
org.apache.sis.internal.storage.URIDataStore
org.apache.sis.internal.storage.PRJDataStore
org.apache.sis.internal.storage.image.WorldFileStore
org.apache.sis.internal.storage.image.WritableStore
org.apache.sis.internal.storage.image.MultiImageStore.Writable
- All Implemented Interfaces:
AutoCloseable,ResourceOnFileSystem,StoreResource,Aggregate,Resource,WritableAggregate,Localized
- Enclosing class:
- MultiImageStore
The writable variant of
MultiImageStore.-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.sis.internal.storage.image.WorldFileStore
WorldFileStore.ComponentsNested classes/interfaces inherited from class org.apache.sis.internal.storage.PRJDataStore
PRJDataStore.AuxiliaryContent, PRJDataStore.Provider -
Field Summary
Fields inherited from class org.apache.sis.internal.storage.image.WorldFileStore
CELL_ANCHOR, identifiers, MAIN_IMAGE, suffixFields inherited from class org.apache.sis.internal.storage.PRJDataStore
crs, encoding, PRJFields inherited from class org.apache.sis.internal.storage.URIDataStore
location -
Constructor Summary
ConstructorsConstructorDescriptionWritable(FormatFinder format) Creates a new store from the given file, URL or stream. -
Method Summary
Methods inherited from class org.apache.sis.internal.storage.image.WritableStore
add, close, createImageResource, getImageFormat, isMultiImages, prepareReader, remove, setGridGeometry, writerMethods inherited from class org.apache.sis.internal.storage.image.WorldFileStore
components, components, getComponentFiles, getCurrentReader, getGridGeometry, getMetadata, isComponentHidden, reader, resourcesMethods inherited from class org.apache.sis.internal.storage.PRJDataStore
deleteAuxiliaryFile, getOpenParameters, listComponentFiles, readAuxiliaryFile, readPRJ, writeAuxiliaryFile, writePRJMethods inherited from class org.apache.sis.internal.storage.URIDataStore
addTitleOrIdentifier, getIdentifier, getOriginator, getSpecifiedPath, location, parametersMethods inherited from class org.apache.sis.storage.DataStore
addListener, findResource, getDisplayName, getLocale, getNativeMetadata, getProvider, removeListener, setLocale, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.sis.storage.Aggregate
componentsMethods inherited from interface org.apache.sis.storage.Resource
addListener, getIdentifier, getMetadata, removeListenerMethods inherited from interface org.apache.sis.storage.WritableAggregate
add, remove
-
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.
-