Class TiledImageCompressionOperation

  • All Implemented Interfaces:
    ITiledImageOperation

    public class TiledImageCompressionOperation
    extends AbstractTiledImageOperation<TileCompressionOperation>
    This class represents a complete tiledImageOperation of tileOperations describing an image ordered from left to right and top down. the tileOperations all have the same geometry only the tileOperations at the right side and the bottom side can have different sizes.
    • Field Detail

      • compressAlgorithm

        private java.lang.String compressAlgorithm
        ZCMPTYPE name of the algorithm that was used to compress
      • compressedWholeArea

        private java.nio.ByteBuffer compressedWholeArea
      • quantAlgorithm

        private java.lang.String quantAlgorithm
        ZQUANTIZ name of the algorithm that was used to quantize
    • Constructor Detail

      • TiledImageCompressionOperation

        public TiledImageCompressionOperation​(BinaryTable binaryTable)
        create a TiledImageCompressionOperation based on a compressed image data.
        Parameters:
        binaryTable - the compressed image data.