Uses of Class
org.apache.sis.internal.storage.image.FormatFinder
Packages that use FormatFinder
Package
Description
Bridges between Apache SIS data stores and Java Image I/O.
-
Uses of FormatFinder in org.apache.sis.internal.storage.image
Methods in org.apache.sis.internal.storage.image with parameters of type FormatFinderModifier and TypeMethodDescription(package private) final ImageReaderFormatFilter.createReader(String identifier, FormatFinder format, Map<ImageReaderSpi, Boolean> deferred) Creates a new reader for the given input.(package private) final ImageWriterFormatFilter.createWriter(String identifier, FormatFinder format, RenderedImage image, Map<ImageWriterSpi, Boolean> deferred) Creates a new writer for the given output.Constructors in org.apache.sis.internal.storage.image with parameters of type FormatFinderModifierConstructorDescription(package private)MultiImageStore(FormatFinder format) Creates a new store from the given file, URL or stream.(package private)SingleImageStore(FormatFinder format) Creates a new store from the given file, URL or stream.(package private)WorldFileStore(FormatFinder format, boolean readOnly) Creates a new store from the given file, URL or stream.(package private)Writable(FormatFinder format) Creates a new store from the given file, URL or stream.(package private)Writable(FormatFinder format) Creates a new store from the given file, URL or stream.(package private)WritableStore(FormatFinder format) Creates a new store from the given file, URL or stream.