it.geosolutions.imageio.plugins.jp2mrsid
Class JP2GDALMrSidImageReaderSpi

Object
  extended by IIOServiceProvider
      extended by ImageReaderWriterSpi
          extended by ImageReaderSpi
              extended by GDALImageReaderSpi
                  extended by JP2GDALMrSidImageReaderSpi
All Implemented Interfaces:
RegisterableService

public class JP2GDALMrSidImageReaderSpi
extends GDALImageReaderSpi

Service provider interface for the jp2k image

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

Field Summary
 
Fields inherited from class ImageReaderSpi
inputTypes, STANDARD_INPUT_TYPE, writerSpiNames
 
Fields inherited from class ImageReaderWriterSpi
MIMETypes, names, pluginClassName, suffixes
 
Constructor Summary
JP2GDALMrSidImageReaderSpi()
           
 
Method Summary
 boolean canDecodeInput(Object input)
          This method checks if the provided input can be decoded from this SPI
 ImageReader createReaderInstance(Object source)
          Returns an instance of the JP2GDALMrSidImageReader
 String getDescription(Locale locale)
           
 
Methods inherited from class GDALImageReaderSpi
getSupportedFormats, isAvailable, isDecodable, onRegistration
 
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
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JP2GDALMrSidImageReaderSpi

public JP2GDALMrSidImageReaderSpi()
Method Detail

canDecodeInput

public boolean canDecodeInput(Object input)
                       throws IOException
This method checks if the provided input can be decoded from this SPI

Overrides:
canDecodeInput in class GDALImageReaderSpi
Throws:
IOException

createReaderInstance

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

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-2010 GeoSolutions. All Rights Reserved.