it.geosolutions.imageioimpl.plugins.tiff
Class TIFFImageReaderSpi

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.imageioimpl.plugins.tiff.TIFFImageReaderSpi
All Implemented Interfaces:
RegisterableService

public class TIFFImageReaderSpi
extends ImageReaderSpi


Field Summary
 
Fields inherited from class javax.imageio.spi.ImageReaderSpi
inputTypes, STANDARD_INPUT_TYPE
 
Fields inherited from class javax.imageio.spi.ImageReaderWriterSpi
extraImageMetadataFormatClassNames, extraImageMetadataFormatNames, extraStreamMetadataFormatClassNames, extraStreamMetadataFormatNames, nativeImageMetadataFormatClassName, nativeImageMetadataFormatName, nativeStreamMetadataFormatClassName, nativeStreamMetadataFormatName, pluginClassName, supportsStandardImageMetadataFormat, supportsStandardStreamMetadataFormat
 
Fields inherited from class javax.imageio.spi.IIOServiceProvider
vendorName, version
 
Constructor Summary
TIFFImageReaderSpi()
           
 
Method Summary
 boolean canDecodeInput(Object input)
           
 ImageReader createReaderInstance(Object extension)
           
 String getDescription(Locale locale)
           
 void onRegistration(ServiceRegistry registry, Class category)
           
 
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

TIFFImageReaderSpi

public TIFFImageReaderSpi()
Method Detail

getDescription

public String getDescription(Locale locale)
Specified by:
getDescription in class IIOServiceProvider

canDecodeInput

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

createReaderInstance

public ImageReader createReaderInstance(Object extension)
Specified by:
createReaderInstance in class ImageReaderSpi

onRegistration

public void onRegistration(ServiceRegistry registry,
                           Class category)
Specified by:
onRegistration in interface RegisterableService
Overrides:
onRegistration in class IIOServiceProvider


Copyright © 2006–2013 GeoSolutions. All rights reserved.