Package org.geotools.gce.grassraster.spi
Class GrassBinaryImageReaderSpi
Object
IIOServiceProvider
ImageReaderWriterSpi
ImageReaderSpi
GrassBinaryImageReaderSpi
- 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 ImageReaderSpi
STANDARD_INPUT_TYPE, writerSpiNamesFields inherited from class ImageReaderWriterSpi
names, pluginClassName -
Constructor Summary
ConstructorsConstructorDescriptiondefault constructor for the service provider interface. -
Method Summary
Modifier and TypeMethodDescriptionbooleancanDecodeInput(Object source) createReaderInstance(Object extension) getDescription(Locale locale) Methods inherited from class ImageReaderSpi
createReaderInstance, getImageWriterSpiNames, getInputTypes, isOwnReaderMethods 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
-
GrassBinaryImageReaderSpi
public GrassBinaryImageReaderSpi()default constructor for the service provider interface.
-
-
Method Details
-
getDescription
- Specified by:
getDescriptionin classIIOServiceProvider
-
canDecodeInput
- Specified by:
canDecodeInputin classImageReaderSpi- Throws:
IOException
-
createReaderInstance
- Specified by:
createReaderInstancein classImageReaderSpi- Throws:
IOException
-