it.geosolutions.imageio.plugins.geotiff
Class GeoTiffImageWriterSpi
java.lang.Object
javax.imageio.spi.IIOServiceProvider
javax.imageio.spi.ImageReaderWriterSpi
javax.imageio.spi.ImageWriterSpi
it.geosolutions.imageio.gdalframework.GDALImageWriterSpi
it.geosolutions.imageio.plugins.geotiff.GeoTiffImageWriterSpi
- All Implemented Interfaces:
- RegisterableService
public final class GeoTiffImageWriterSpi
- extends GDALImageWriterSpi
Class which provides a specialized Service Provider Interface which
instantiates a GeoTiffImageWriter
- Author:
- Daniele Romagnoli, GeoSolutions., Simone Giannecchini, GeoSolutions.
Methods inherited from class javax.imageio.spi.ImageReaderWriterSpi |
getExtraImageMetadataFormatNames, getExtraStreamMetadataFormatNames, getFileSuffixes, getFormatNames, getImageMetadataFormat, getMIMETypes, getNativeImageMetadataFormatName, getNativeStreamMetadataFormatName, getPluginClassName, getStreamMetadataFormat, isStandardImageMetadataFormatSupported, isStandardStreamMetadataFormatSupported |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GeoTiffImageWriterSpi
public GeoTiffImageWriterSpi()
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–2013 GeoSolutions. All rights reserved.