Uses of Class
nom.tam.fits.BinaryTable.ColumnDesc
Packages that use BinaryTable.ColumnDesc
-
Uses of BinaryTable.ColumnDesc in nom.tam.fits
Fields in nom.tam.fits with type parameters of type BinaryTable.ColumnDescModifier and TypeFieldDescriptionprivate List
<BinaryTable.ColumnDesc> BinaryTable.columnList
A list describing each of the columns in the tableprivate final List
<BinaryTable.ColumnDesc> BinaryTable.SaveState.columns
Methods in nom.tam.fits that return BinaryTable.ColumnDescModifier and TypeMethodDescription(package private) BinaryTable.ColumnDesc
BinaryTable.getDescriptor
(int column) Methods in nom.tam.fits with parameters of type BinaryTable.ColumnDescModifier and TypeMethodDescriptionprivate Object
BinaryTable.arrayToColumn
(BinaryTable.ColumnDesc added, Object o) Convert the external representation to the BinaryTable representation.private Object
BinaryTable.columnToArray
(BinaryTable.ColumnDesc colDesc, Object o, int rows) Convert data from binary table representation to external Java representation.Constructor parameters in nom.tam.fits with type arguments of type BinaryTable.ColumnDesc