Class DAFNameRecord

java.lang.Object
org.orekit.files.spice.binary.daf.generic.DAFNameRecord

public class DAFNameRecord extends Object
Represents a name record of a DAF file, containing the names for multiple arrays.
Since:
14.0
Author:
Rafael Ayala
  • Constructor Details

    • DAFNameRecord

      public DAFNameRecord(int numberNamesThisRec, byte[] namesRaw)
      Basic constructor.
      Parameters:
      numberNamesThisRec - number of array names in this name record
      namesRaw - raw data for all the array names in this name record
  • Method Details

    • getNumberNamesThisRec

      public int getNumberNamesThisRec()
      Get the number of array names in this name record.
      Returns:
      number of array names in this name record
    • getNamesRaw

      public byte[] getNamesRaw()
      Get the raw data for all the array names in this name record.
      Returns:
      raw data for all the array names in this name record