Class JP2GDALOpenJPEGImageReaderSpi
- java.lang.Object
-
- javax.imageio.spi.IIOServiceProvider
-
- javax.imageio.spi.ImageReaderWriterSpi
-
- javax.imageio.spi.ImageReaderSpi
-
- it.geosolutions.imageio.gdalframework.GDALImageReaderSpi
-
- com.vividsolutions.jump.workbench.imagery.imageio.JP2GDALOpenJPEGImageReaderSpi
-
- All Implemented Interfaces:
RegisterableService
public class JP2GDALOpenJPEGImageReaderSpi extends it.geosolutions.imageio.gdalframework.GDALImageReaderSpi
Service provider interface for the openjpeg jp2k image
-
-
Field Summary
-
Fields inherited from class javax.imageio.spi.ImageReaderSpi
inputTypes, STANDARD_INPUT_TYPE, writerSpiNames
-
Fields inherited from class javax.imageio.spi.ImageReaderWriterSpi
MIMETypes, names, pluginClassName, suffixes
-
-
Constructor Summary
Constructors Constructor Description JP2GDALOpenJPEGImageReaderSpi()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canDecodeInput(Object input)
This method checks if the provided input can be decoded from this SPIImageReader
createReaderInstance(Object source)
Returns an instanceString
getDescription(Locale locale)
-
Methods inherited from class it.geosolutions.imageio.gdalframework.GDALImageReaderSpi
getSupportedFormats, isAvailable, isDecodable, onRegistration
-
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
-
-
-
-
Method Detail
-
canDecodeInput
public boolean canDecodeInput(Object input) throws IOException
This method checks if the provided input can be decoded from this SPI- Overrides:
canDecodeInput
in classit.geosolutions.imageio.gdalframework.GDALImageReaderSpi
- Throws:
IOException
-
createReaderInstance
public ImageReader createReaderInstance(Object source) throws IOException
Returns an instance- Specified by:
createReaderInstance
in classImageReaderSpi
- Throws:
IOException
- See Also:
ImageReaderSpi.createReaderInstance(java.lang.Object)
-
getDescription
public String getDescription(Locale locale)
- Specified by:
getDescription
in classIIOServiceProvider
- See Also:
IIOServiceProvider.getDescription(java.util.Locale)
-
-