Uses of Class
nom.tam.fits.BinaryTable
Packages that use BinaryTable
Package
Description
-
Uses of BinaryTable in nom.tam.fits
Methods in nom.tam.fits that return BinaryTableModifier and TypeMethodDescriptionstatic BinaryTable
BinaryTableHDU.encapsulate
(Object o) static BinaryTable
BinaryTableHDU.manufactureData
(Header header) Methods in nom.tam.fits with parameters of type BinaryTableModifier and TypeMethodDescriptionstatic void
BinaryTable.createColumnDataFor
(BinaryTable table) TODO: this is only for internal access!Constructors in nom.tam.fits with parameters of type BinaryTable -
Uses of BinaryTable in nom.tam.fits.compression.provider.param.api
Methods in nom.tam.fits.compression.provider.param.api with parameters of type BinaryTableModifier and TypeMethodDescriptionvoid
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 BinaryTableModifier and TypeMethodDescriptionprivate Object
CompressParameters.getNullableColumn
(IHeaderAccess header, BinaryTable binaryTable, 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.hduMethods in nom.tam.image.compression.hdu that return BinaryTableModifier and TypeMethodDescriptionprotected BinaryTable
CompressedTableData.asBinaryTable
(BinaryTable dataToFill, Header compressedHeader, Header targetHeader) Methods in nom.tam.image.compression.hdu with parameters of type BinaryTableModifier and TypeMethodDescriptionprotected 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 BinaryTableModifier and TypeFieldDescriptionprivate final BinaryTable
TiledImageCompressionOperation.binaryTable
Methods in nom.tam.image.compression.tile that return BinaryTableModifier and TypeMethodDescriptionprotected BinaryTable
TiledImageCompressionOperation.getBinaryTable()
Constructors in nom.tam.image.compression.tile with parameters of type BinaryTableModifierConstructorDescriptionTiledImageCompressionOperation
(BinaryTable binaryTable) create a TiledImageCompressionOperation based on a compressed image data.