Uses of Interface
nom.tam.fits.compression.provider.param.api.ICompressParameters
Packages that use ICompressParameters
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.
(for internal use) The basics of storing compression options in FITS headers and compressed table columns.
(for internal use) Base implementations of the interfaces that manage compression parameters for the various
algorithms.
(for internal use) Managing parameters for
HCompressor
.(for internal use) Managing parameters for quantization via
QuantizeProcessor
.(for internal use) Managing parameters for
RiceCompressor
.-
Uses of ICompressParameters in nom.tam.fits.compression.algorithm.api
Methods in nom.tam.fits.compression.algorithm.api that return ICompressParametersModifier and TypeMethodDescriptionICompressOption.getCompressionParameters()
(for internal use) Returns the parameters that represent the settings for this option in the FITS header or compressed data column.Methods in nom.tam.fits.compression.algorithm.api with parameters of type ICompressParametersModifier and TypeMethodDescriptionvoid
ICompressOption.setParameters
(ICompressParameters parameters) (for internal use) Sets the parameters that link the options to how they are recorded in the FITS headers or compressed table columns. -
Uses of ICompressParameters in nom.tam.fits.compression.algorithm.hcompress
Methods in nom.tam.fits.compression.algorithm.hcompress with parameters of type ICompressParametersModifier and TypeMethodDescriptionvoid
HCompressorOption.setParameters
(ICompressParameters parameters) -
Uses of ICompressParameters in nom.tam.fits.compression.algorithm.quant
Methods in nom.tam.fits.compression.algorithm.quant that return ICompressParametersMethods in nom.tam.fits.compression.algorithm.quant with parameters of type ICompressParametersModifier and TypeMethodDescriptionvoid
QuantizeOption.setParameters
(ICompressParameters parameters) -
Uses of ICompressParameters in nom.tam.fits.compression.algorithm.rice
Methods in nom.tam.fits.compression.algorithm.rice with parameters of type ICompressParametersModifier and TypeMethodDescriptionvoid
RiceCompressOption.setParameters
(ICompressParameters parameters) -
Uses of ICompressParameters in nom.tam.fits.compression.provider.param.api
Methods in nom.tam.fits.compression.provider.param.api that return ICompressParametersModifier and TypeMethodDescriptionICompressParameters.copy
(ICompressOption option) create a copy of this parameter for another option (normally a copy of the current option). -
Uses of ICompressParameters in nom.tam.fits.compression.provider.param.base
Classes in nom.tam.fits.compression.provider.param.base that implement ICompressParametersModifier and TypeClassDescriptionclass
(for internal use) Compression parameters that are bundled together from distinct sets of component parameters.class
(for internal use) A set ofCompressParameter
s that are bundled together, typically because they are parameters that all link to the sameICompressOption
Methods in nom.tam.fits.compression.provider.param.base that return ICompressParametersModifier and TypeMethodDescriptionBundledParameters.get
(int index) Resturn the compression parameters for the specified component index.Constructors in nom.tam.fits.compression.provider.param.base with parameters of type ICompressParametersModifierConstructorDescriptionBundledParameters
(ICompressParameters... components) Creates a new set of bundled compression parameters from the specified separate parameter components. -
Uses of ICompressParameters in nom.tam.fits.compression.provider.param.hcompress
Classes in nom.tam.fits.compression.provider.param.hcompress that implement ICompressParametersModifier and TypeClassDescriptionclass
(for internal use) HCompress parameters recorded in a FITS compressed HDU. -
Uses of ICompressParameters in nom.tam.fits.compression.provider.param.quant
Classes in nom.tam.fits.compression.provider.param.quant that implement ICompressParametersModifier and TypeClassDescriptionclass
(for internal use) A set of compression parameters recorded in the FITS that describe the quantization of floating point data. -
Uses of ICompressParameters in nom.tam.fits.compression.provider.param.rice
Classes in nom.tam.fits.compression.provider.param.rice that implement ICompressParametersModifier and TypeClassDescriptionclass
(for internal use) Rice compression parameters that are recorded in a FITS compressed HDU.