it.geosolutions.imageio.plugins.turbojpeg
Class TurboJpegImageReaderSpi

Object
  extended by IIOServiceProvider
      extended by ImageReaderWriterSpi
          extended by ImageReaderSpi
              extended by TurboJpegImageReaderSpi
All Implemented Interfaces:
RegisterableService

public class TurboJpegImageReaderSpi
extends ImageReaderSpi

Author:
Emanuele Tajariol, GeoSolutions SaS, Daniele Romagnoli, GeoSolutions SaS

Field Summary
static String[] names
           
static Class[] SUPPORTED_CLASSES
           
 
Fields inherited from class ImageReaderSpi
inputTypes, STANDARD_INPUT_TYPE
 
Fields inherited from class ImageReaderWriterSpi
extraStreamMetadataFormatClassNames, extraStreamMetadataFormatNames, nativeStreamMetadataFormatClassName, nativeStreamMetadataFormatName, pluginClassName, supportsStandardImageMetadataFormat, supportsStandardStreamMetadataFormat
 
Fields inherited from class IIOServiceProvider
vendorName, version
 
Constructor Summary
TurboJpegImageReaderSpi()
           
 
Method Summary
 boolean canDecodeInput(Object source)
           
 ImageReader createReaderInstance(Object extension)
           
 String getDescription(Locale locale)
           
 void onDeregistration(ServiceRegistry registry, Class<?> category)
           
 void onRegistration(ServiceRegistry registry, Class category)
           
 
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
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SUPPORTED_CLASSES

public static final Class[] SUPPORTED_CLASSES

names

public static final String[] names
Constructor Detail

TurboJpegImageReaderSpi

public TurboJpegImageReaderSpi()
Method Detail

onRegistration

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

onDeregistration

public void onDeregistration(ServiceRegistry registry,
                             Class<?> category)
Specified by:
onDeregistration in interface RegisterableService
Overrides:
onDeregistration in class IIOServiceProvider

getDescription

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

canDecodeInput

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

createReaderInstance

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


Copyright © 2006-2013 GeoSolutions. All Rights Reserved.