|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectIIOServiceProvider
ImageReaderWriterSpi
ImageReaderSpi
AsciiGridsImageReaderSpi
public final class AsciiGridsImageReaderSpi
Class which provides a specialized Service Provider Interface which instantiates an AsciiGridsImageReader if it is able to decode the input provided.
| Field Summary |
|---|
| Fields inherited from class ImageReaderSpi |
|---|
inputTypes, STANDARD_INPUT_TYPE, writerSpiNames |
| Fields inherited from class ImageReaderWriterSpi |
|---|
names, pluginClassName |
| Constructor Summary | |
|---|---|
AsciiGridsImageReaderSpi()
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class ImageReaderSpi |
|---|
createReaderInstance, getImageWriterSpiNames, getInputTypes, isOwnReader |
| 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 |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AsciiGridsImageReaderSpi()
| Method Detail |
|---|
public boolean canDecodeInput(Object input)
throws IOException
canDecodeInput in class ImageReaderSpiIOExceptionImageReaderSpi.canDecodeInput(java.lang.Object)
public ImageReader createReaderInstance(Object source)
throws IOException
createReaderInstance in class ImageReaderSpiIOExceptionImageReaderSpi.createReaderInstance(java.lang.Object)public String getDescription(Locale locale)
getDescription in class IIOServiceProviderIIOServiceProvider.getDescription(java.util.Locale)public void dispose()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||