public final class AsciiGridsImageReaderSpi extends ImageReaderSpi
inputTypes, STANDARD_INPUT_TYPE, writerSpiNames
names, pluginClassName
Constructor and Description |
---|
AsciiGridsImageReaderSpi() |
Modifier and Type | Method and Description |
---|---|
boolean |
canDecodeInput(Object input)
This method check if the input source can be decoded by the reader
provided by this specific subclass of ImageReaderSpi.
|
ImageReader |
createReaderInstance(Object source)
Returns an instance of the AsciiGridsImageReader
|
void |
dispose() |
String |
getDescription(Locale locale) |
createReaderInstance, getImageWriterSpiNames, getInputTypes, isOwnReader
getExtraImageMetadataFormatNames, getExtraStreamMetadataFormatNames, getFileSuffixes, getFormatNames, getImageMetadataFormat, getMIMETypes, getNativeImageMetadataFormatName, getNativeStreamMetadataFormatName, getPluginClassName, getStreamMetadataFormat, isStandardImageMetadataFormatSupported, isStandardStreamMetadataFormatSupported
getVendorName, getVersion, onDeregistration, onRegistration
public boolean canDecodeInput(Object input) throws IOException
canDecodeInput
in class ImageReaderSpi
IOException
ImageReaderSpi.canDecodeInput(java.lang.Object)
public ImageReader createReaderInstance(Object source) throws IOException
createReaderInstance
in class ImageReaderSpi
IOException
ImageReaderSpi.createReaderInstance(java.lang.Object)
public String getDescription(Locale locale)
getDescription
in class IIOServiceProvider
IIOServiceProvider.getDescription(java.util.Locale)
public void dispose()
Copyright © 2006–2015 GeoSolutions. All rights reserved.