Uses of Class
nom.tam.fits.Column

Packages that use Column
nom.tam.fits The Flexible Image Transport System, used primarily for exchanging astronomical data. 
 

Uses of Column in nom.tam.fits
 

Methods in nom.tam.fits that return Column
 Column BinaryTable.addVarData(Object[] data)
          Add a variable length column to the data.
 Column BinaryTable.addVarData(Object[] data)
          Add a variable length column to the data.
 Column BinaryTableHDU.getColumn(int colNumber)
          Get the header and data associated with the given column.
 Column BinaryTableHDU.getColumn(int colNumber)
          Get the header and data associated with the given column.
 Column BinaryTableHDU.getColumn(String name)
          Get the header and data information for a given column.
 Column BinaryTableHDU.getColumn(String name)
          Get the header and data information for a given column.
 Column BinaryTableHDU.makeVarColumn(Object[] data)
          Create a variable column from the supplied data.
 Column BinaryTableHDU.makeVarColumn(Object[] data)
          Create a variable column from the supplied data.
 Column BinaryTableHDU.makeVarColumn(Object[] data, String type)
          Create a variable column from the supplied data.
 Column BinaryTableHDU.makeVarColumn(Object[] data, String type)
          Create a variable column from the supplied data.
 Column BinaryTableHDU.makeVarColumn(Object[] data, String type, String[] keys)
          Create a variable column from the supplied data.
 Column BinaryTableHDU.makeVarColumn(Object[] data, String type, String[] keys)
          Create a variable column from the supplied data.
 

Methods in nom.tam.fits with parameters of type Column
 void BinaryTableHDU.addColumn(Column col)
          Add a column to tabular data.
 void BinaryTableHDU.addColumn(Column col)
          Add a column to tabular data.