Uses of Class
nom.tam.fits.BinaryTable.ColumnDesc
-
Packages that use BinaryTable.ColumnDesc Package Description nom.tam.fits -
-
Uses of BinaryTable.ColumnDesc in nom.tam.fits
Fields in nom.tam.fits with type parameters of type BinaryTable.ColumnDesc Modifier and Type Field Description private java.util.List<BinaryTable.ColumnDesc>
BinaryTable. columnList
A list describing each of the columns in the tableprivate java.util.List<BinaryTable.ColumnDesc>
BinaryTable.SaveState. columns
Methods in nom.tam.fits that return BinaryTable.ColumnDesc Modifier and Type Method Description (package private) BinaryTable.ColumnDesc
BinaryTable. getDescriptor(int column)
Methods in nom.tam.fits with parameters of type BinaryTable.ColumnDesc Modifier and Type Method Description private java.lang.Object
BinaryTable. arrayToColumn(BinaryTable.ColumnDesc added, java.lang.Object o)
Convert the external representation to the BinaryTable representation.private java.lang.Object
BinaryTable. columnToArray(BinaryTable.ColumnDesc colDesc, java.lang.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 Constructor Description SaveState(java.util.List<BinaryTable.ColumnDesc> columns, FitsHeap heap)
-