|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.imageio.spi.IIOServiceProvider
javax.imageio.spi.ImageReaderWriterSpi
javax.imageio.spi.ImageReaderSpi
org.geotools.image.io.mosaic.MosaicImageReader.Spi
public static class MosaicImageReader.Spi
Service provider for MosaicImageReader
.
Field Summary | |
---|---|
static MosaicImageReader.Spi |
DEFAULT
The default instance. |
Fields inherited from class javax.imageio.spi.ImageReaderSpi |
---|
inputTypes, STANDARD_INPUT_TYPE, writerSpiNames |
Fields inherited from class javax.imageio.spi.ImageReaderWriterSpi |
---|
extraImageMetadataFormatClassNames, extraImageMetadataFormatNames, extraStreamMetadataFormatClassNames, extraStreamMetadataFormatNames, MIMETypes, names, nativeImageMetadataFormatClassName, nativeImageMetadataFormatName, nativeStreamMetadataFormatClassName, nativeStreamMetadataFormatName, pluginClassName, suffixes, supportsStandardImageMetadataFormat, supportsStandardStreamMetadataFormat |
Fields inherited from class javax.imageio.spi.IIOServiceProvider |
---|
vendorName, version |
Constructor Summary | |
---|---|
MosaicImageReader.Spi()
Creates a default provider. |
Method Summary | |
---|---|
boolean |
canDecodeInput(java.lang.Object source)
Returns true if the image reader can decode the given input. |
javax.imageio.ImageReader |
createReaderInstance(java.lang.Object extension)
Returns a new MosaicImageReader . |
java.lang.String |
getDescription(java.util.Locale locale)
Returns a brief, human-readable description of this service provider. |
Methods inherited from class javax.imageio.spi.ImageReaderSpi |
---|
createReaderInstance, getImageWriterSpiNames, getInputTypes, isOwnReader |
Methods inherited from class javax.imageio.spi.ImageReaderWriterSpi |
---|
getExtraImageMetadataFormatNames, getExtraStreamMetadataFormatNames, getFileSuffixes, getFormatNames, getImageMetadataFormat, getMIMETypes, getNativeImageMetadataFormatName, getNativeStreamMetadataFormatName, getPluginClassName, getStreamMetadataFormat, isStandardImageMetadataFormatSupported, isStandardStreamMetadataFormatSupported |
Methods inherited from class javax.imageio.spi.IIOServiceProvider |
---|
getVendorName, getVersion, onDeregistration, onRegistration |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final MosaicImageReader.Spi DEFAULT
Constructor Detail |
---|
public MosaicImageReader.Spi()
Method Detail |
---|
public boolean canDecodeInput(java.lang.Object source) throws java.io.IOException
true
if the image reader can decode the given input. The default
implementation returns true
if the given object is non-null and an instance
of an input types, or false
otherwise.
canDecodeInput
in class javax.imageio.spi.ImageReaderSpi
java.io.IOException
- If an I/O operation was required and failed.public javax.imageio.ImageReader createReaderInstance(java.lang.Object extension) throws java.io.IOException
MosaicImageReader
.
createReaderInstance
in class javax.imageio.spi.ImageReaderSpi
java.io.IOException
- If an I/O operation was required and failed.public java.lang.String getDescription(java.util.Locale locale)
getDescription
in class javax.imageio.spi.IIOServiceProvider
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |