Uses of Class
nom.tam.fits.BinaryTable.ColumnDesc
Packages that use BinaryTable.ColumnDesc
- 
Uses of BinaryTable.ColumnDesc in nom.tam.fitsMethods in nom.tam.fits that return BinaryTable.ColumnDescModifier and TypeMethodDescriptionBinaryTable.ColumnDesc.clone()static BinaryTable.ColumnDescBinaryTable.ColumnDesc.createForDelimitedStringArrays(byte delim) Creates a new column descriptor for variable-length arrays of delimited string entries.static BinaryTable.ColumnDescBinaryTable.ColumnDesc.createForFixedArrays(Class<?> type, int... dim) Creates a new column descriptor for fixed-shape non-string arrays.static BinaryTable.ColumnDescBinaryTable.ColumnDesc.createForScalars(Class<?> type) Creates a new column descriptor for a non-string based scalar column.static BinaryTable.ColumnDescBinaryTable.ColumnDesc.createForStrings(int len) Creates a new column descriptor for single string entries of fixed maximum length.static BinaryTable.ColumnDescBinaryTable.ColumnDesc.createForStrings(int len, int... outerDims) Creates a new column descriptor for arrays of string entries of fixed maximum length.static BinaryTable.ColumnDescBinaryTable.ColumnDesc.createForVariableSize(Class<?> type) Creates a new column descriptor for variable length 1D arrays or strings.static BinaryTable.ColumnDescBinaryTable.ColumnDesc.createForVariableStringArrays(int len) Creates a new column descriptor for variable-length arrays of fixed-length string entries.BinaryTableHDU.getColumnDescriptor(int col) Returns a copy of the column descriptor of a given column in this tableBinaryTable.getDescriptor(int column) Returns the column descriptor of a given column in this tableBinaryTable.getDescriptor(String name) Returns the (first) column descriptor whose name matches the specified value.static BinaryTable.ColumnDescBinaryTable.getDescriptor(Header header, int col) Extracts a column descriptor from the FITS header for a given column indexSets a user-specified name for this column.Methods in nom.tam.fits with parameters of type BinaryTable.ColumnDescModifier and TypeMethodDescriptionintBinaryTable.addColumn(BinaryTable.ColumnDesc descriptor) Adds a new empty column to the table to the specification.