it.geosolutions.imageio.plugins.envihdr
Class ENVIHdrImageReaderSpi

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.gdalframework.GDALImageReaderSpi
                  extended by it.geosolutions.imageio.plugins.envihdr.ENVIHdrImageReaderSpi
All Implemented Interfaces:
RegisterableService

public class ENVIHdrImageReaderSpi
extends GDALImageReaderSpi

Service provider interface for the ENVI Hdr labelled Image

Author:
Daniele Romagnoli, GeoSolutions., Simone Giannecchini, GeoSolutions.

Field Summary
 
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
ENVIHdrImageReaderSpi()
           
 
Method Summary
 ImageReader createReaderInstance(Object source)
          Returns an instance of the ENVIHdrImageReader
 String getDescription(Locale locale)
           
 
Methods inherited from class it.geosolutions.imageio.gdalframework.GDALImageReaderSpi
canDecodeInput, getSupportedFormats, isAvailable, isDecodable, onRegistration
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ENVIHdrImageReaderSpi

public ENVIHdrImageReaderSpi()
Method Detail

createReaderInstance

public ImageReader createReaderInstance(Object source)
                                 throws IOException
Returns an instance of the ENVIHdrImageReader

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