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