Uses of Class
nom.tam.util.ColumnTable
Packages that use 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
Methods in nom.tam.fits that return ColumnTableConstructors in nom.tam.fits with parameters of type ColumnTableModifierConstructorDescriptionBinaryTable
(ColumnTable<?> tab) Deprecated.DO NOT USE -- it will be removed in the future. -
Uses of ColumnTable in nom.tam.image.compression.hdu
Methods in nom.tam.image.compression.hdu with parameters of type ColumnTableModifier 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
Methods in nom.tam.util that return ColumnTableModifier 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.