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.columnListA list describing each of the columns in the tableprivate final List<BinaryTable.ColumnDesc> BinaryTable.SaveState.columnsMethods in nom.tam.fits that return BinaryTable.ColumnDescModifier and TypeMethodDescription(package private) BinaryTable.ColumnDescBinaryTable.getDescriptor(int column) Methods in nom.tam.fits with parameters of type BinaryTable.ColumnDescModifier and TypeMethodDescriptionprivate ObjectBinaryTable.arrayToColumn(BinaryTable.ColumnDesc added, Object o) Convert the external representation to the BinaryTable representation.private ObjectBinaryTable.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