This class describes methods to access and manipulate the individual cards for a FITS Header.


The following tables list the members exposed by HeaderCard.

Public Constructors

  Name Description
Static Public method HeaderCard Overloaded.  
Top

Public Fields

  Name Description
Public field Static MAX_KEYWORD_LENGTH Maximum length of a FITS keyword field This field is constant and read-only.
Public field Static MAX_VALUE_LENGTH Maximum length of a FITS value field This field is constant and read-only.
Top

Public Properties

  Name Description
Public property Comment Return the comment from this card
Public property IsStringValue Does this card contain a string value?
Public property Key Return the keyword from this card
Public property KeyValuePair Is this a key/value card?
Public property Value Return the value from this card
Top

Public Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (inherited from Object)
Public method GetHashCode Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (inherited from Object)
Public method GetType Gets the Type of the current instance. (inherited from Object)
Public method ToString Overridden. Return the 80 character card image
Top

Protected Methods

  Name Description
Family method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object)
Family method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object)
Top

Explicit Interface Implementations

  Name Description
Static Private method HeaderCard Overloaded.  
Top

See Also