Uses of Class
nom.tam.util.ColumnTable
Package
Description
The core classes of nom-tam-fits.
Compressing and decompressing HDUs, for both images and binary tables.
Various commonly used classes for nom-tam-fits.
-
Uses of ColumnTable in nom.tam.fits
ModifierConstructorDescriptionBinaryTable
(ColumnTable<?> tab) Deprecated.DO NOT USE -- it will be removed in the future. -
Uses of ColumnTable in nom.tam.image.compression.hdu
Modifier and TypeMethodDescriptionvoid
CompressedTableData.prepareUncompressedData
(ColumnTable<?> data) Deprecated.(for internal use) This should only be called byCompressedTableHDU
, and its visibility will be reduced accordingly in the future, not to mention that it should take a BinaryTable as its argument. -
Uses of ColumnTable in nom.tam.util
Modifier and TypeMethodDescriptionColumnTable.copy()
Returns a deep copy of this column table, such that modification to either the original or the copy will not affect the other.