This class allows FITS binary and ASCII tables to be accessed via a common interface.


Namespace: nom.tam.fits
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)

Syntax

Visual Basic (Declaration)
Public Interface TableData
C#
public interface TableData
C++
interface class TableData
J#
public interface TableData
JScript
public interface TableData

Types that implement TableData

TypeDescription
nom.tam.fits.AsciiTableAn ASCII table.
nom.tam.fits.BinaryTableThis class defines the methods for accessing FITS binary table data.

See Also