This inteface describes allows uses to easily perform basic I/O operations on a FITS element.
Namespace:
nom.tam.fits
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Interface FitsElement |
| C# |
|---|
| public interface FitsElement |
| C++ |
|---|
| interface class FitsElement |
| J# |
|---|
| public interface FitsElement |
| JScript |
|---|
| public interface FitsElement |
Types that implement FitsElement
| Type | Description |
|---|
| nom.tam.fits.BasicHDU | This abstract class is the parent of all HDU types. It provides basic functionality for an HDU. This class is abstract (MustInherit in Visual Basic)abstractMustInherit and so cannot be instantiated. |
| nom.tam.fits.Data | This class provides methods to access the data segment of an HDU. This class is abstract (MustInherit in Visual Basic)abstractMustInherit and so cannot be instantiated. |
| nom.tam.fits.FitsHeap | This class supports the FITS heap. This is currently used for variable length columns in binary tables. |
| nom.tam.fits.Header | This class describes methods to access and manipulate the header for a FITS HDU. This class does not include code specific to particular types of HDU. |
See Also