org.geotools.gce.grassraster.spi
Class GrassBinaryImageWriterSpi
Object
IIOServiceProvider
ImageReaderWriterSpi
ImageWriterSpi
GrassBinaryImageWriterSpi
- All Implemented Interfaces:
- RegisterableService
public class GrassBinaryImageWriterSpi
- extends ImageWriterSpi
The Service Provider Interface for GRASS binary rasters.
- Since:
- 3.0
- Author:
- Andrea Antonello (www.hydrologis.com)
- See Also:
GrassBinaryImageWriter
,
GrassBinaryImageReader
,
GrassBinaryImageWriterSpi
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 |
GrassBinaryImageWriterSpi
public GrassBinaryImageWriterSpi()
- default constructor for the service provider interface.
canEncodeImage
public boolean canEncodeImage(ImageTypeSpecifier its)
- Specified by:
canEncodeImage
in class ImageWriterSpi
createWriterInstance
public ImageWriter createWriterInstance(Object extension)
throws IOException
- Specified by:
createWriterInstance
in class ImageWriterSpi
- Throws:
IOException
getDescription
public String getDescription(Locale locale)
- Specified by:
getDescription
in class IIOServiceProvider
Copyright © 1996-2014 Geotools. All Rights Reserved.