org.geotoolkit.image.io
Class StreamImageReader.Spi
Object
IIOServiceProvider
ImageReaderWriterSpi
ImageReaderSpi
SpatialImageReader.Spi
StreamImageReader.Spi
- All Implemented Interfaces:
- RegisterableService
- Direct Known Subclasses:
- NetcdfImageReader.Spi, TextImageReader.Spi
- Enclosing class:
- StreamImageReader
protected abstract static class StreamImageReader.Spi
- extends SpatialImageReader.Spi
Service provider interface (SPI) for StreamImageReaders. The constructor of
this class initializes the ImageReaderSpi.inputTypes field to the value documented in the
StreamImageReader javadoc, which are:
It is up to subclass constructors to initialize all other instance variables
in order to provide working versions of every methods.
- Since:
- 2.4
- Version:
- 3.20
- Author:
- Martin Desruisseaux (IRD, Geomatys)
- See Also:
StreamImageWriter.Spi
- Module:
| Fields inherited from class ImageReaderWriterSpi |
extraImageMetadataFormatClassNames, extraImageMetadataFormatNames, extraStreamMetadataFormatClassNames, extraStreamMetadataFormatNames, MIMETypes, names, nativeImageMetadataFormatClassName, nativeImageMetadataFormatName, nativeStreamMetadataFormatClassName, nativeStreamMetadataFormatName, pluginClassName, suffixes, supportsStandardImageMetadataFormat, supportsStandardStreamMetadataFormat |
| Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StreamImageReader.Spi
protected StreamImageReader.Spi()
- Constructs a quasi-blank
StreamImageReader.Spi. The ImageReaderSpi.inputTypes field
is initialized as documented in the class javadoc. It is
up to the subclass to initialize all other instance variables in order to provide working
versions of all methods.
For efficiency reasons, the inputTypes field is initialized to a shared array.
Subclasses can assign new arrays, but should not modify the default array content.
Copyright © 2009-2012 Geotoolkit.org. All Rights Reserved.