it.geosolutions.imageio.plugins.hdf4
Class HDF4ImageReaderSpi

Object
  extended by IIOServiceProvider
      extended by ImageReaderWriterSpi
          extended by ImageReaderSpi
              extended by BaseImageReaderSpi
                  extended by 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

Field Summary
 
Fields inherited from class BaseImageReaderSpi
DIRECT_STANDARD_INPUT_TYPES, vendorName
 
Fields inherited from class ImageReaderSpi
inputTypes, STANDARD_INPUT_TYPE, writerSpiNames
 
Fields inherited from class ImageReaderWriterSpi
names, pluginClassName
 
Constructor Summary
HDF4ImageReaderSpi()
           
HDF4ImageReaderSpi(String readerCN)
           
 
Method Summary
 boolean canDecodeInput(Object input)
           
 ImageReader createReaderInstance(Object input)
           
 String getDescription(Locale locale)
           
protected  boolean isValidDataset(NetcdfDataset dataset)
           
 
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, onRegistration
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HDF4ImageReaderSpi

public HDF4ImageReaderSpi()

HDF4ImageReaderSpi

public HDF4ImageReaderSpi(String readerCN)
Method Detail

canDecodeInput

public boolean canDecodeInput(Object input)
                       throws IOException
Specified by:
canDecodeInput in class ImageReaderSpi
Throws:
IOException

isValidDataset

protected boolean isValidDataset(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-2012 GeoSolutions. All Rights Reserved.