Uses of Class
nom.tam.fits.BinaryTable
Packages that use BinaryTable
Package
Description
 The core classes of nom-tam-fits.
Compressing and decompressing HDUs, for both images and binary tables.
- 
Uses of BinaryTable in nom.tam.fitsMethods in nom.tam.fits that return BinaryTableModifier and TypeMethodDescriptionBinaryTable.copy()Returns an independent copy of the binary table.static BinaryTableBinaryTableHDU.encapsulate(Object o) Deprecated.static BinaryTableBinaryTable.fromColumnMajor(Object[] columns) Creates a binary table from existing data in column-major format order.static BinaryTableBinaryTable.fromRowMajor(Object[][] table) Creates a binary table from existing table data in row-major format.static BinaryTableBinaryTableHDU.manufactureData(Header header) Deprecated.(for internal use) Will reduce visibility in the futureMethods in nom.tam.fits with parameters of type BinaryTableModifier and TypeMethodDescriptionstatic voidBinaryTable.createColumnDataFor(BinaryTable table) Deprecated.(for internal use) It may become a private method in the future.static BinaryTableHDUBinaryTableHDU.wrap(BinaryTable tab) Wraps the specified table in an HDU, creating a header for it with the essential table description.Constructors in nom.tam.fits with parameters of type BinaryTableModifierConstructorDescriptionBinaryTableHDU(Header hdr, BinaryTable datum) Deprecated.(for internal use) Its visibility should be reduced to package level in the future.
- 
Uses of BinaryTable in nom.tam.image.compression.hduSubclasses of BinaryTable in nom.tam.image.compression.hduModifier and TypeClassDescriptionclassFITS representation of a compressed image.classFITS representation of a compressed binary table.
fromColumnMajor(Object[])orfromRowMajor(Object[][])instead.