it.geosolutions.imageioimpl.plugins.tiff
Class TIFFImageReaderSpi
java.lang.Object
javax.imageio.spi.IIOServiceProvider
javax.imageio.spi.ImageReaderWriterSpi
javax.imageio.spi.ImageReaderSpi
it.geosolutions.imageioimpl.plugins.tiff.TIFFImageReaderSpi
- All Implemented Interfaces:
- RegisterableService
public class TIFFImageReaderSpi
- extends ImageReaderSpi
Fields inherited from class javax.imageio.spi.ImageReaderWriterSpi |
extraImageMetadataFormatClassNames, extraImageMetadataFormatNames, extraStreamMetadataFormatClassNames, extraStreamMetadataFormatNames, nativeImageMetadataFormatClassName, nativeImageMetadataFormatName, nativeStreamMetadataFormatClassName, nativeStreamMetadataFormatName, pluginClassName, supportsStandardImageMetadataFormat, supportsStandardStreamMetadataFormat |
Methods inherited from class javax.imageio.spi.ImageReaderWriterSpi |
getExtraImageMetadataFormatNames, getExtraStreamMetadataFormatNames, getFileSuffixes, getFormatNames, getImageMetadataFormat, getMIMETypes, getNativeImageMetadataFormatName, getNativeStreamMetadataFormatName, getPluginClassName, getStreamMetadataFormat, isStandardImageMetadataFormatSupported, isStandardStreamMetadataFormatSupported |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TIFFImageReaderSpi
public TIFFImageReaderSpi()
getDescription
public String getDescription(Locale locale)
- Specified by:
getDescription
in class IIOServiceProvider
canDecodeInput
public boolean canDecodeInput(Object input)
throws IOException
- Specified by:
canDecodeInput
in class ImageReaderSpi
- Throws:
IOException
createReaderInstance
public ImageReader createReaderInstance(Object extension)
- Specified by:
createReaderInstance
in class ImageReaderSpi
onRegistration
public void onRegistration(ServiceRegistry registry,
Class category)
- Specified by:
onRegistration
in interface RegisterableService
- Overrides:
onRegistration
in class IIOServiceProvider
Copyright © 2006–2013 GeoSolutions. All rights reserved.