Uses of Class
nom.tam.fits.BinaryTable
-
Packages that use BinaryTable Package Description nom.tam.fits nom.tam.fits.compression.provider.param.api nom.tam.fits.compression.provider.param.base nom.tam.image.compression.hdu nom.tam.image.compression.tile -
-
Uses of BinaryTable in nom.tam.fits
Methods in nom.tam.fits that return BinaryTable Modifier and Type Method Description static BinaryTable
BinaryTableHDU. encapsulate(java.lang.Object o)
static BinaryTable
BinaryTableHDU. manufactureData(Header header)
Methods in nom.tam.fits with parameters of type BinaryTable Modifier and Type Method Description static void
BinaryTable. createColumnDataFor(BinaryTable table)
TODO: this is only for internal access!Constructors in nom.tam.fits with parameters of type BinaryTable Constructor Description BinaryTableHDU(Header hdr, BinaryTable datum)
-
Uses of BinaryTable in nom.tam.fits.compression.provider.param.api
Methods in nom.tam.fits.compression.provider.param.api with parameters of type BinaryTable Modifier and Type Method Description void
ICompressParameters. initializeColumns(IHeaderAccess header, BinaryTable binaryTable, int size)
initialize the column based options of the compression algorithm from the binary table. -
Uses of BinaryTable in nom.tam.fits.compression.provider.param.base
Methods in nom.tam.fits.compression.provider.param.base with parameters of type BinaryTable Modifier and Type Method Description private java.lang.Object
CompressParameters. getNullableColumn(IHeaderAccess header, BinaryTable binaryTable, java.lang.String columnName)
void
CompressParameters. initializeColumns(IHeaderAccess header, BinaryTable binaryTable, int size)
-
Uses of BinaryTable in nom.tam.image.compression.hdu
Subclasses of BinaryTable in nom.tam.image.compression.hdu Modifier and Type Class Description class
CompressedImageData
class
CompressedTableData
Methods in nom.tam.image.compression.hdu that return BinaryTable Modifier and Type Method Description protected BinaryTable
CompressedTableData. asBinaryTable(BinaryTable dataToFill, Header compressedHeader, Header targetHeader)
Methods in nom.tam.image.compression.hdu with parameters of type BinaryTable Modifier and Type Method Description protected BinaryTable
CompressedTableData. asBinaryTable(BinaryTable dataToFill, Header compressedHeader, Header targetHeader)
-
Uses of BinaryTable in nom.tam.image.compression.tile
Fields in nom.tam.image.compression.tile declared as BinaryTable Modifier and Type Field Description private BinaryTable
TiledImageCompressionOperation. binaryTable
Methods in nom.tam.image.compression.tile that return BinaryTable Modifier and Type Method Description protected BinaryTable
TiledImageCompressionOperation. getBinaryTable()
Constructors in nom.tam.image.compression.tile with parameters of type BinaryTable Constructor Description TiledImageCompressionOperation(BinaryTable binaryTable)
create a TiledImageCompressionOperation based on a compressed image data.
-