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
| Type | Description |
|---|---|
| nom.tam.fits.AsciiTable | An ASCII table. |
| nom.tam.fits.BinaryTable | This class defines the methods for accessing FITS binary table data. |