This class contains the code which associates particular FITS types with header and data configurations. It comprises a set of Factory methods which call appropriate methods in the HDU classes. If -- God forbid -- a new FITS HDU type were created, then the XXHDU, XXData classes would need to be added and this file modified but no other changes should be needed in the FITS libraries.
Namespace: nom.tam.fits
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Class FitsFactory |
C# |
---|
public class FitsFactory |
C++ |
---|
ref class FitsFactory |
J# |
---|
public class FitsFactory |
JScript |
---|
public class FitsFactory |
Inheritance Hierarchy
System.Object
nom.tam.fits.FitsFactory
nom.tam.fits.FitsFactory
Thread Safety
Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.