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_TYPEFields inherited from class ImageReaderWriterSpi
names, pluginClassName -
Constructor Summary
ConstructorsConstructorDescriptiondefault constructor for the service provider interface. -
Method Summary
Modifier and TypeMethodDescriptionbooleancreateWriterInstance(Object extension) getDescription(Locale locale) Methods inherited from class ImageWriterSpi
canEncodeImage, createWriterInstance, getImageReaderSpiNames, getOutputTypes, isFormatLossless, isOwnWriterMethods inherited from class ImageReaderWriterSpi
getExtraImageMetadataFormatNames, getExtraStreamMetadataFormatNames, getFileSuffixes, getFormatNames, getImageMetadataFormat, getMIMETypes, getNativeImageMetadataFormatName, getNativeStreamMetadataFormatName, getPluginClassName, getStreamMetadataFormat, isStandardImageMetadataFormatSupported, isStandardStreamMetadataFormatSupportedMethods 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:
canEncodeImagein classImageWriterSpi
-
createWriterInstance
- Specified by:
createWriterInstancein classImageWriterSpi- Throws:
IOException
-
getDescription
- Specified by:
getDescriptionin classIIOServiceProvider
-