Class JP2GDALEcwImageReaderSpi
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.JP2GDALEcwImageReaderSpi
- All Implemented Interfaces:
RegisterableService
public class JP2GDALEcwImageReaderSpi
extends it.geosolutions.imageio.gdalframework.GDALImageReaderSpi
Service provider interface for the ecw 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) voidonRegistration(ServiceRegistry registry, Class<?> category) Methods inherited from class it.geosolutions.imageio.gdalframework.GDALImageReaderSpi
getSupportedFormats, isAvailable, isDecodableMethods 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
-
JP2GDALEcwImageReaderSpi
public JP2GDALEcwImageReaderSpi()
-
-
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:
-
onRegistration
- Specified by:
onRegistrationin interfaceRegisterableService- Overrides:
onRegistrationin classit.geosolutions.imageio.gdalframework.GDALImageReaderSpi
-