org.geotools.gce.grassraster.spi
Class GrassBinaryImageReaderSpi
Object
IIOServiceProvider
ImageReaderWriterSpi
ImageReaderSpi
GrassBinaryImageReaderSpi
- All Implemented Interfaces:
- RegisterableService
public class GrassBinaryImageReaderSpi
- extends ImageReaderSpi
The Service Provider Interface for GRASS binary rasters.
- Since:
- 3.0
- Author:
- Andrea Antonello (www.hydrologis.com)
- See Also:
GrassBinaryImageReader
,
GrassBinaryImageWriter
,
GrassBinaryImageReaderSpi
Methods inherited from class ImageReaderWriterSpi |
getExtraImageMetadataFormatNames, getExtraStreamMetadataFormatNames, getFileSuffixes, getFormatNames, getImageMetadataFormat, getMIMETypes, getNativeImageMetadataFormatName, getNativeStreamMetadataFormatName, getPluginClassName, getStreamMetadataFormat, isStandardImageMetadataFormatSupported, isStandardStreamMetadataFormatSupported |
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GrassBinaryImageReaderSpi
public GrassBinaryImageReaderSpi()
- default constructor for the service provider interface.
getDescription
public String getDescription(Locale locale)
- Specified by:
getDescription
in class IIOServiceProvider
canDecodeInput
public boolean canDecodeInput(Object source)
throws IOException
- Specified by:
canDecodeInput
in class ImageReaderSpi
- Throws:
IOException
createReaderInstance
public GrassBinaryImageReader createReaderInstance(Object extension)
throws IOException
- Specified by:
createReaderInstance
in class ImageReaderSpi
- Throws:
IOException
Copyright © 1996-2014 Geotools. All Rights Reserved.