Uses of Interface
nom.tam.fits.compression.algorithm.api.ICompressOption
Packages that use 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
Methods in nom.tam.fits.compression.algorithm.api that return ICompressOptionModifier 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
Classes in nom.tam.fits.compression.algorithm.hcompress that implement ICompressOptionModifier 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
Classes in nom.tam.fits.compression.algorithm.quant that implement ICompressOptionModifier and TypeClassDescriptionclass
Quantization options when they are part of the compression scheme.Methods in nom.tam.fits.compression.algorithm.quant that return ICompressOptionModifier 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.Constructors in nom.tam.fits.compression.algorithm.quant with parameters of type ICompressOptionModifierConstructorDescriptionQuantizeOption
(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
Classes in nom.tam.fits.compression.algorithm.rice that implement ICompressOptionModifier 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
Methods in nom.tam.image.compression.hdu with type parameters of type ICompressOptionModifier and TypeMethodDescription<T extends ICompressOption>
TCompressedImageHDU.getCompressOption
(Class<T> clazz) Returns the compression (or quantization) options for a selected compression option class.