Uses of Class
nom.tam.fits.BinaryTable.ColumnDesc
-
Uses of BinaryTable.ColumnDesc in nom.tam.fits
Modifier and TypeMethodDescriptionBinaryTable.ColumnDesc.clone()
static BinaryTable.ColumnDesc
BinaryTable.ColumnDesc.createForDelimitedStringArrays
(byte delim) Creates a new column descriptor for variable-length arrays of delimited string entries.static BinaryTable.ColumnDesc
BinaryTable.ColumnDesc.createForFixedArrays
(Class<?> type, int... dim) Creates a new column descriptor for fixed-shape non-string arrays.static BinaryTable.ColumnDesc
BinaryTable.ColumnDesc.createForScalars
(Class<?> type) Creates a new column descriptor for a non-string based scalar column.static BinaryTable.ColumnDesc
BinaryTable.ColumnDesc.createForStrings
(int len) Creates a new column descriptor for single string entries of fixed maximum length.static BinaryTable.ColumnDesc
BinaryTable.ColumnDesc.createForStrings
(int len, int... outerDims) Creates a new column descriptor for arrays of string entries of fixed maximum length.static BinaryTable.ColumnDesc
BinaryTable.ColumnDesc.createForVariableSize
(Class<?> type) Creates a new column descriptor for variable length 1D arrays or strings.static BinaryTable.ColumnDesc
BinaryTable.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.ColumnDesc
BinaryTable.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.Modifier and TypeMethodDescriptionint
BinaryTable.addColumn
(BinaryTable.ColumnDesc descriptor) Adds a new empty column to the table to the specification.