Uses of Class
it.geosolutions.imageio.plugins.tiff.TIFFDecompressor

Packages that use TIFFDecompressor
it.geosolutions.imageio.plugins.tiff Package containing the public classes used by the TIFF plug-in for the Image I/O Framework. 
it.geosolutions.imageioimpl.plugins.tiff   
 

Uses of TIFFDecompressor in it.geosolutions.imageio.plugins.tiff
 

Methods in it.geosolutions.imageio.plugins.tiff that return TIFFDecompressor
 TIFFDecompressor TIFFImageReadParam.getTIFFDecompressor()
          Returns the TIFFDecompressor that is currently set to be used by the ImageReader to decode each image strip or tile, or null if none has been set.
 

Methods in it.geosolutions.imageio.plugins.tiff with parameters of type TIFFDecompressor
 void TIFFImageReadParam.setTIFFDecompressor(TIFFDecompressor decompressor)
          Sets the TIFFDecompressor object to be used by the ImageReader to decode each image strip or tile.
 

Uses of TIFFDecompressor in it.geosolutions.imageioimpl.plugins.tiff
 

Subclasses of TIFFDecompressor in it.geosolutions.imageioimpl.plugins.tiff
 class TIFFCodecLibFaxDecompressor
           
 class TIFFDeflateDecompressor
           
 class TIFFFaxDecompressor
           
 class TIFFJPEGDecompressor
           
 class TIFFLSBDecompressor
           
 class TIFFLZWDecompressor
           
 class TIFFNullDecompressor
           
 class TIFFOldJPEGDecompressor
          TIFFDecompressor for "Old JPEG" compression.
 class TIFFPackBitsDecompressor
           
 class TIFFYCbCrDecompressor
           
 

Constructors in it.geosolutions.imageioimpl.plugins.tiff with parameters of type TIFFDecompressor
TIFFYCbCrDecompressor(TIFFDecompressor decompressor, boolean colorConvert)
           
 



Copyright © 2006-2010 GeoSolutions. All Rights Reserved.