Class RiceCompressParameters
java.lang.Object
nom.tam.fits.compression.provider.param.base.CompressParameters
nom.tam.fits.compression.provider.param.rice.RiceCompressParameters
- All Implemented Interfaces:
Cloneable
,ICompressParameters
(for internal use) Rice compression parameters that are recorded in a FITS compressed HDU.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy
(ICompressOption option) create a copy of this parameter for another option (normally a copy of the current option).protected ICompressHeaderParameter[]
Returns the subset of parameters from within, which are recorded in the header of the compressed HDU.Methods inherited from class nom.tam.fits.compression.provider.param.base.CompressParameters
addColumnsToTable, clone, columnParameters, getValuesFromColumn, getValuesFromHeader, initializeColumns, initializeColumns, setTileIndex, setValuesInColumn, setValuesInHeader
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface nom.tam.fits.compression.provider.param.api.ICompressParameters
setValueInColumn
-
Constructor Details
-
RiceCompressParameters
-
-
Method Details
-
copy
Description copied from interface:ICompressParameters
create a copy of this parameter for another option (normally a copy of the current option).- Parameters:
option
- the new option for the copied parameter- Returns:
- this (builder pattern)
-
headerParameters
Description copied from class:CompressParameters
Returns the subset of parameters from within, which are recorded in the header of the compressed HDU.- Specified by:
headerParameters
in classCompressParameters
- Returns:
- the subset of parameters that are recorded in the compressed HDU's header.
- See Also:
-