Uses of Interface
nom.tam.fits.compression.algorithm.api.ICompressOption
Package
Description
Common interface definitions for the various compression algorithms (primarily for internal use) .
The HCompress algorithm and its options.
Quantization support for representing floating-point values with integers corresponding to discrete levels.
The Rice comppression algorithm and its options.
Compressing and decompressing HDUs, for both images and binary tables.
-
Uses of ICompressOption in nom.tam.fits.compression.algorithm.api
Modifier and TypeMethodDescriptionICompressOption.copy()
Returns an independent copy of this option.ICompressOption.setTileHeight
(int value) Set the tile height (if the option supports it).ICompressOption.setTileWidth
(int value) Set the tile width (if the option supports it). -
Uses of ICompressOption in nom.tam.fits.compression.algorithm.hcompress
Modifier and TypeClassDescriptionclass
Options to the HCompress compression algorithm.class
Deprecated.(for internal use) This class should not be exposed to users. -
Uses of ICompressOption in nom.tam.fits.compression.algorithm.quant
Modifier and TypeClassDescriptionclass
Quantization options when they are part of the compression scheme.Modifier and TypeMethodDescriptionfinal ICompressOption
QuantizeOption.getCompressOption()
Returns the options for the compression algorithm that accompanies quantization.Sets the integer value that represents missing data (null
) in the quantized representation.ModifierConstructorDescriptionQuantizeOption
(ICompressOption compressOption) Creates a new set of quantization options, to be used together with the specified compression options. -
Uses of ICompressOption in nom.tam.fits.compression.algorithm.rice
Modifier and TypeClassDescriptionclass
Options to the Rice compression algorithm.class
Deprecated.(for internal use) This class should not be exposed to users. -
Uses of ICompressOption in nom.tam.image.compression.hdu
Modifier and TypeMethodDescription<T extends ICompressOption>
TCompressedImageHDU.getCompressOption
(Class<T> clazz) Returns the compression (or quantization) options for a selected compression option class.