it.geosolutions.imageio.plugins.hdf4
Class HDF4ImageReaderSpi
java.lang.Object
javax.imageio.spi.IIOServiceProvider
javax.imageio.spi.ImageReaderWriterSpi
javax.imageio.spi.ImageReaderSpi
it.geosolutions.imageio.ndplugin.BaseImageReaderSpi
it.geosolutions.imageio.plugins.hdf4.HDF4ImageReaderSpi
- All Implemented Interfaces:
- RegisterableService
- Direct Known Subclasses:
- HDF4APSImageReaderSpi, HDF4TeraScanImageReaderSpi
public abstract class HDF4ImageReaderSpi
- extends BaseImageReaderSpi
Service provider interface for the APS-HDF Image
- Author:
- Daniele Romagnoli
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 |
HDF4ImageReaderSpi
public HDF4ImageReaderSpi()
HDF4ImageReaderSpi
public HDF4ImageReaderSpi(String readerCN)
canDecodeInput
public boolean canDecodeInput(Object input)
throws IOException
- Specified by:
canDecodeInput
in class ImageReaderSpi
- Throws:
IOException
isValidDataset
protected boolean isValidDataset(ucar.nc2.dataset.NetcdfDataset dataset)
createReaderInstance
public ImageReader createReaderInstance(Object input)
throws IOException
- Specified by:
createReaderInstance
in class ImageReaderSpi
- Throws:
IOException
getDescription
public String getDescription(Locale locale)
- Specified by:
getDescription
in class IIOServiceProvider
Copyright © 2006–2014 GeoSolutions. All rights reserved.