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 ImageReaderSpi
inputTypes, STANDARD_INPUT_TYPE, writerSpiNamesFields inherited from class ImageReaderWriterSpi
MIMETypes, names, pluginClassName, suffixes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanDecodeInput(Object input) This method checks if the provided input can be decoded from this SPIcreateReaderInstance(Object source) Returns an instancegetDescription(Locale locale) Methods inherited from class it.geosolutions.imageio.gdalframework.GDALImageReaderSpi
getSupportedFormats, isAvailable, isDecodable, onRegistrationMethods inherited from class ImageReaderSpi
createReaderInstance, getImageWriterSpiNames, getInputTypes, isOwnReaderMethods inherited from class ImageReaderWriterSpi
getExtraImageMetadataFormatNames, getExtraStreamMetadataFormatNames, getFileSuffixes, getFormatNames, getImageMetadataFormat, getMIMETypes, getNativeImageMetadataFormatName, getNativeStreamMetadataFormatName, getPluginClassName, getStreamMetadataFormat, isStandardImageMetadataFormatSupported, isStandardStreamMetadataFormatSupportedMethods inherited from class IIOServiceProvider
getVendorName, getVersion, onDeregistration
-
Constructor Details
-
JP2GDALOpenJPEGImageReaderSpi
public JP2GDALOpenJPEGImageReaderSpi()
-
-
Method Details
-
canDecodeInput
This method checks if the provided input can be decoded from this SPI- Overrides:
canDecodeInputin classit.geosolutions.imageio.gdalframework.GDALImageReaderSpi- Throws:
IOException
-
createReaderInstance
Returns an instance- Specified by:
createReaderInstancein classImageReaderSpi- Throws:
IOException- See Also:
-
getDescription
- Specified by:
getDescriptionin classIIOServiceProvider- See Also:
-