This class instantiates FITS Random Groups data. Random groups are instantiated as a two-dimensional array of objects. The first dimension of the array is the number of groups. The second dimension is 2. The first object in every row is a one dimensional parameter array. The second element is the n-dimensional data array.


The following tables list the members exposed by RandomGroupsData.

Public Constructors

  Name Description
Static Public method RandomGroupsData Overloaded. Initializes a new instance of the RandomGroupsData class.
Top

Protected Fields

  Name Description
Family field dataSize The size of the data when last read (inherited from Data)
Family field fileOffset The starting location of the data when last read (inherited from Data)
Family field input The inputstream used. (inherited from Data)
Top

Public Properties

  Name Description
Public property DataArray Overridden.  
Public property FileOffset Get the file offset (inherited from Data)
Public property Kernel Return the non-FITS data object (inherited from Data)
Public property Rewriteable Returns whether input stream is rewritable (inherited from Data)
Public property Size Get the size of the data element in bytes (inherited from Data)
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 Read Overridden. Read the RandomGroupsData.
Public method Rewrite   (inherited from Data)
Public method ToString Returns a String that represents the current Object. (inherited from Object)
Public method Write Overridden. Write the RandomGroupsData.
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)
Family method SetFileOffset   (inherited from Data)
Top

Explicit Interface Implementations

  Name Description
Static Private method RandomGroupsData Overloaded. Initializes a new instance of the RandomGroupsData class.
Top

See Also