Class ZBlankColumnParameter
java.lang.Object
nom.tam.fits.compression.provider.param.base.CompressParameter<OPTION>
nom.tam.fits.compression.provider.param.base.CompressColumnParameter<int[],QuantizeOption>
nom.tam.fits.compression.provider.param.quant.ZBlankColumnParameter
- All Implemented Interfaces:
Cloneable
,ICompressColumnParameter
,ICompressParameter
(for internal use) The blanking value in quantized data as recorded in a FITS compressed table column.
-
Constructor Summary
ConstructorsConstructorDescriptionZBlankColumnParameter
(QuantizeOption quantizeOption) Deprecated.(for internal use) the visibility of this constructor may be reduced to the package level in future releases. -
Method Summary
Modifier and TypeMethodDescriptionvoid
getValueFromColumn
(int index) Updates the associated compression options to use the parameter value defined to the compressed tile of the specified index.void
setValueInColumn
(int index) Stores the current parameter value of the associated compression options for the tile of the specified index.Methods inherited from class nom.tam.fits.compression.provider.param.base.CompressColumnParameter
getColumnData, setColumnData
Methods inherited from class nom.tam.fits.compression.provider.param.base.CompressParameter
copy, getName, getOption
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface nom.tam.fits.compression.provider.param.api.ICompressColumnParameter
column, column, initializedColumn, setValueFromColumn
Methods inherited from interface nom.tam.fits.compression.provider.param.api.ICompressParameter
getName
-
Constructor Details
-
ZBlankColumnParameter
Deprecated.(for internal use) the visibility of this constructor may be reduced to the package level in future releases.
-
-
Method Details
-
getValueFromColumn
public void getValueFromColumn(int index) Description copied from interface:ICompressColumnParameter
Updates the associated compression options to use the parameter value defined to the compressed tile of the specified index.- Parameters:
index
- the tile index, a.k.a. row index in the compressed data table.- See Also:
-
setValueInColumn
public void setValueInColumn(int index) Description copied from interface:ICompressColumnParameter
Stores the current parameter value of the associated compression options for the tile of the specified index.- Parameters:
index
- the tile index, a.k.a. row index in the compressed data table.- See Also:
-