it.geosolutions.imageio.plugins.jpeg
Class JpegGDALImageReaderSpi
Object
IIOServiceProvider
ImageReaderWriterSpi
ImageReaderSpi
GDALImageReaderSpi
JpegGDALImageReaderSpi
- All Implemented Interfaces:
- RegisterableService
public class JpegGDALImageReaderSpi
- extends GDALImageReaderSpi
Service provider interface for jpeg images
- Author:
- Daniele Romagnoli, GeoSolutions., Simone Giannecchini, GeoSolutions.
Methods inherited from class ImageReaderWriterSpi |
getExtraImageMetadataFormatNames, getExtraStreamMetadataFormatNames, getFileSuffixes, getFormatNames, getImageMetadataFormat, getMIMETypes, getNativeImageMetadataFormatName, getNativeStreamMetadataFormatName, getPluginClassName, getStreamMetadataFormat, isStandardImageMetadataFormatSupported, isStandardStreamMetadataFormatSupported |
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JpegGDALImageReaderSpi
public JpegGDALImageReaderSpi()
canDecodeInput
public boolean canDecodeInput(Object input)
throws IOException
- This method checks if the provided input can be decoded from this SPI
- Overrides:
canDecodeInput
in class GDALImageReaderSpi
- Returns:
true
if the input can be successfully decoded.
- Throws:
IOException
createReaderInstance
public ImageReader createReaderInstance(Object source)
throws IOException
- Returns an instance of the JpegGDALImageReader
- Specified by:
createReaderInstance
in class ImageReaderSpi
- Throws:
IOException
- See Also:
ImageReaderSpi.createReaderInstance(java.lang.Object)
getDescription
public String getDescription(Locale locale)
- Specified by:
getDescription
in class IIOServiceProvider
- See Also:
IIOServiceProvider.getDescription(java.util.Locale)
Copyright © 2006-2012 GeoSolutions. All Rights Reserved.