it.geosolutions.imageioimpl.plugins.tiff
Class TIFFDeflateCompressor

java.lang.Object
  extended by it.geosolutions.imageio.plugins.tiff.TIFFCompressor
      extended by it.geosolutions.imageioimpl.plugins.tiff.TIFFDeflater
          extended by it.geosolutions.imageioimpl.plugins.tiff.TIFFDeflateCompressor

public class TIFFDeflateCompressor
extends TIFFDeflater

Compressor for Deflate compression.


Field Summary
 
Fields inherited from class it.geosolutions.imageio.plugins.tiff.TIFFCompressor
compressionTagValue, compressionType, isCompressionLossless, metadata, stream, writer
 
Constructor Summary
TIFFDeflateCompressor(ImageWriteParam param, int predictor)
           
 
Method Summary
 
Methods inherited from class it.geosolutions.imageioimpl.plugins.tiff.TIFFDeflater
encode
 
Methods inherited from class it.geosolutions.imageio.plugins.tiff.TIFFCompressor
getCompressionTagValue, getCompressionType, getMetadata, getStream, getWriter, isCompressionLossless, setMetadata, setStream, setWriter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TIFFDeflateCompressor

public TIFFDeflateCompressor(ImageWriteParam param,
                             int predictor)


Copyright © 2006–2013 GeoSolutions. All rights reserved.