it.geosolutions.imageio.plugins.hdf4.aps
Class HDF4APSImageReaderSpi

java.lang.Object
  extended by javax.imageio.spi.IIOServiceProvider
      extended by javax.imageio.spi.ImageReaderWriterSpi
          extended by javax.imageio.spi.ImageReaderSpi
              extended by it.geosolutions.imageio.ndplugin.BaseImageReaderSpi
                  extended by it.geosolutions.imageio.plugins.hdf4.HDF4ImageReaderSpi
                      extended by it.geosolutions.imageio.plugins.hdf4.aps.HDF4APSImageReaderSpi
All Implemented Interfaces:
RegisterableService

public class HDF4APSImageReaderSpi
extends HDF4ImageReaderSpi

Service provider interface for the APS-HDF Image

Author:
Daniele Romagnoli

Field Summary
 
Fields inherited from class it.geosolutions.imageio.ndplugin.BaseImageReaderSpi
DIRECT_STANDARD_INPUT_TYPES, vendorName
 
Fields inherited from class javax.imageio.spi.ImageReaderSpi
inputTypes, STANDARD_INPUT_TYPE, writerSpiNames
 
Fields inherited from class javax.imageio.spi.ImageReaderWriterSpi
names, pluginClassName
 
Constructor Summary
HDF4APSImageReaderSpi()
           
 
Method Summary
 ImageReader createReaderInstance(Object input)
           
protected  boolean isValidDataset(ucar.nc2.dataset.NetcdfDataset dataset)
           
 
Methods inherited from class it.geosolutions.imageio.plugins.hdf4.HDF4ImageReaderSpi
canDecodeInput, getDescription
 
Methods inherited from class javax.imageio.spi.ImageReaderSpi
createReaderInstance, getImageWriterSpiNames, getInputTypes, isOwnReader
 
Methods inherited from class javax.imageio.spi.ImageReaderWriterSpi
getExtraImageMetadataFormatNames, getExtraStreamMetadataFormatNames, getFileSuffixes, getFormatNames, getImageMetadataFormat, getMIMETypes, getNativeImageMetadataFormatName, getNativeStreamMetadataFormatName, getPluginClassName, getStreamMetadataFormat, isStandardImageMetadataFormatSupported, isStandardStreamMetadataFormatSupported
 
Methods inherited from class javax.imageio.spi.IIOServiceProvider
getVendorName, getVersion, onDeregistration, onRegistration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HDF4APSImageReaderSpi

public HDF4APSImageReaderSpi()
Method Detail

isValidDataset

protected boolean isValidDataset(ucar.nc2.dataset.NetcdfDataset dataset)
Overrides:
isValidDataset in class HDF4ImageReaderSpi

createReaderInstance

public ImageReader createReaderInstance(Object input)
                                 throws IOException
Overrides:
createReaderInstance in class HDF4ImageReaderSpi
Throws:
IOException


Copyright © 2006–2013 GeoSolutions. All rights reserved.