Package org.geotools.gce.grassraster.spi
Class GrassBinaryImageWriterSpi
Object
IIOServiceProvider
ImageReaderWriterSpi
ImageWriterSpi
GrassBinaryImageWriterSpi
- All Implemented Interfaces:
RegisterableService
The Service Provider Interface for GRASS binary rasters.
- Since:
- 3.0
- Author:
- Andrea Antonello (www.hydrologis.com)
- See Also:
-
Field Summary
Fields inherited from class ImageWriterSpi
readerSpiNames, STANDARD_OUTPUT_TYPE
Fields inherited from class ImageReaderWriterSpi
names, pluginClassName
-
Constructor Summary
ConstructorsConstructorDescriptiondefault constructor for the service provider interface. -
Method Summary
Modifier and TypeMethodDescriptionboolean
createWriterInstance
(Object extension) getDescription
(Locale locale) Methods inherited from class ImageWriterSpi
canEncodeImage, createWriterInstance, getImageReaderSpiNames, getOutputTypes, isFormatLossless, isOwnWriter
Methods inherited from class ImageReaderWriterSpi
getExtraImageMetadataFormatNames, getExtraStreamMetadataFormatNames, getFileSuffixes, getFormatNames, getImageMetadataFormat, getMIMETypes, getNativeImageMetadataFormatName, getNativeStreamMetadataFormatName, getPluginClassName, getStreamMetadataFormat, isStandardImageMetadataFormatSupported, isStandardStreamMetadataFormatSupported
Methods inherited from class IIOServiceProvider
getVendorName, getVersion, onDeregistration, onRegistration
-
Constructor Details
-
GrassBinaryImageWriterSpi
public GrassBinaryImageWriterSpi()default constructor for the service provider interface.
-
-
Method Details
-
canEncodeImage
- Specified by:
canEncodeImage
in classImageWriterSpi
-
createWriterInstance
- Specified by:
createWriterInstance
in classImageWriterSpi
- Throws:
IOException
-
getDescription
- Specified by:
getDescription
in classIIOServiceProvider
-