|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectIIOServiceProvider
ImageReaderWriterSpi
ImageReaderSpi
GDALImageReaderSpi
ArcGridImageReaderSpi
public class ArcGridImageReaderSpi
Service provider interface for the Ascii ArcInfo Image
Field Summary |
---|
Fields inherited from class ImageReaderSpi |
---|
inputTypes, STANDARD_INPUT_TYPE, writerSpiNames |
Fields inherited from class ImageReaderWriterSpi |
---|
names, pluginClassName |
Constructor Summary | |
---|---|
ArcGridImageReaderSpi()
|
Method Summary | |
---|---|
boolean |
canDecodeInput(Object input)
This method checks if the provided input can be decoded from this SPI |
ImageReader |
createReaderInstance(Object source)
Returns an instance of the ArcGridImageReader |
String |
getDescription(Locale locale)
|
Methods inherited from class GDALImageReaderSpi |
---|
getSupportedFormats, isAvailable, isDecodable, onRegistration |
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 |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ArcGridImageReaderSpi()
Method Detail |
---|
public boolean canDecodeInput(Object input) throws IOException
canDecodeInput
in class GDALImageReaderSpi
IOException
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |