it.geosolutions.imageio.plugins.grib1
Class GRIB1ImageReaderSpi

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.grib1.GRIB1ImageReaderSpi
All Implemented Interfaces:
RegisterableService

public class GRIB1ImageReaderSpi
extends BaseImageReaderSpi

Service provider interface for the GRIB1 Image

Author:
Daniele Romagnoli, GeoSolutions

Field Summary
 
Fields inherited from class it.geosolutions.imageio.ndplugin.BaseImageReaderSpi
DIRECT_STANDARD_INPUT_TYPES, LOGGER, 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
GRIB1ImageReaderSpi()
           
 
Method Summary
 boolean canDecodeInput(Object source)
           
 ImageReader createReaderInstance(Object input)
           
 String getDescription(Locale locale)
           
 
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

GRIB1ImageReaderSpi

public GRIB1ImageReaderSpi()
Method Detail

canDecodeInput

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

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–2013 GeoSolutions. All rights reserved.