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

Packages that use TIFFCompressor
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 TIFFCompressor in it.geosolutions.imageio.plugins.tiff
 

Methods in it.geosolutions.imageio.plugins.tiff that return TIFFCompressor
 TIFFCompressor TIFFImageWriteParam.getTIFFCompressor()
          Returns the TIFFCompressor that is currently set to be used by the ImageWriter to encode each image strip or tile, or null if none has been set.
 

Methods in it.geosolutions.imageio.plugins.tiff with parameters of type TIFFCompressor
 void TIFFImageWriteParam.setTIFFCompressor(TIFFCompressor compressor)
          Sets the TIFFCompressor object to be used by the ImageWriter to encode each image strip or tile.
 

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

Subclasses of TIFFCompressor in it.geosolutions.imageioimpl.plugins.tiff
 class TIFFBaseJPEGCompressor
          Base class for all possible forms of JPEG compression in TIFF.
 class TIFFCodecLibRLECompressor
           
 class TIFFCodecLibT4Compressor
           
 class TIFFCodecLibT6Compressor
           
 class TIFFDeflateCompressor
          Compressor for Deflate compression.
 class TIFFDeflater
          Compressor superclass for Deflate and ZLib compression.
 class TIFFEXIFJPEGCompressor
          A TIFFCompressor for the JPEG variant of EXIF.
 class TIFFFaxCompressor
           
 class TIFFJPEGCompressor
          Compressor for encoding compression type 7, TTN2/Adobe JPEG-in-TIFF.
 class TIFFLSBCompressor
          Uncompressed data with LSB-to-MSB fill order.
 class TIFFLZWCompressor
          LZW Compressor.
 class TIFFNullCompressor
           
 class TIFFPackBitsCompressor
           
 class TIFFRLECompressor
           
 class TIFFT4Compressor
           
 class TIFFT6Compressor
           
 class TIFFZLibCompressor
          Compressor for ZLib compression.
 



Copyright © 2006-2010 GeoSolutions. All Rights Reserved.