it.geosolutions.imageio.plugins.jp2kakadu
Class JP2GDALKakaduImageWriterSpi
Object
IIOServiceProvider
ImageReaderWriterSpi
ImageWriterSpi
GDALImageWriterSpi
JP2GDALKakaduImageWriterSpi
- All Implemented Interfaces:
- RegisterableService
public final class JP2GDALKakaduImageWriterSpi
- extends GDALImageWriterSpi
Class which provides a specialized Service Provider Interface which
instantiates a JP2GDALKakaduImageWriter
if it is able to decode the
input provided.
- 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 |
JP2GDALKakaduImageWriterSpi
public JP2GDALKakaduImageWriterSpi()
createWriterInstance
public ImageWriter createWriterInstance(Object extension)
throws IOException
- Specified by:
createWriterInstance
in class ImageWriterSpi
- Throws:
IOException
- See Also:
ImageWriterSpi.createWriterInstance(java.lang.Object)
getDescription
public String getDescription(Locale locale)
- Specified by:
getDescription
in class IIOServiceProvider
- See Also:
IIOServiceProvider.getDescription(java.util.Locale)
canEncodeImage
public boolean canEncodeImage(ImageTypeSpecifier type)
- Specified by:
canEncodeImage
in class ImageWriterSpi
Copyright © 2006-2012 GeoSolutions. All Rights Reserved.