it.geosolutions.imageio.plugins.netcdf
Class NetCDFImageReaderSpi
java.lang.Object
javax.imageio.spi.IIOServiceProvider
javax.imageio.spi.ImageReaderWriterSpi
javax.imageio.spi.ImageReaderSpi
it.geosolutions.imageio.ndplugin.BaseImageReaderSpi
it.geosolutions.imageio.plugins.netcdf.NetCDFImageReaderSpi
- All Implemented Interfaces:
- RegisterableService
public class NetCDFImageReaderSpi
- extends BaseImageReaderSpi
Service provider interface for the NetCDF Image
- Author:
- Alessio Fabiani, GeoSolutions
Methods inherited from class javax.imageio.spi.ImageReaderWriterSpi |
getExtraImageMetadataFormatNames, getExtraStreamMetadataFormatNames, getFileSuffixes, getFormatNames, getImageMetadataFormat, getMIMETypes, getNativeImageMetadataFormatName, getNativeStreamMetadataFormatName, getPluginClassName, getStreamMetadataFormat, isStandardImageMetadataFormatSupported, isStandardStreamMetadataFormatSupported |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NetCDFImageReaderSpi
public NetCDFImageReaderSpi()
- Default Constructor *
canDecodeInput
public boolean canDecodeInput(Object source)
throws IOException
- Specified by:
canDecodeInput
in class ImageReaderSpi
- Throws:
IOException
createReaderInstance
public ImageReader createReaderInstance(Object extension)
throws IOException
- Specified by:
createReaderInstance
in class ImageReaderSpi
- Throws:
IOException
- See Also:
ImageReaderSpi.createReaderInstance(java.lang.Object)
getDescription
public String getDescription(Locale locale)
- Specified by:
getDescription
in class IIOServiceProvider
- See Also:
IIOServiceProvider.getDescription(java.util.Locale)
Copyright © 2006–2013 GeoSolutions. All rights reserved.