Class DAFNameRecord
java.lang.Object
org.orekit.files.spice.binary.daf.generic.DAFNameRecord
Represents a name record of a
DAF file, containing the names for
multiple arrays.- Since:
- 14.0
- Author:
- Rafael Ayala
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]Get the raw data for all the array names in this name record.intGet the number of array names in this name record.
-
Constructor Details
-
DAFNameRecord
public DAFNameRecord(int numberNamesThisRec, byte[] namesRaw) Basic constructor.- Parameters:
numberNamesThisRec- number of array names in this name recordnamesRaw- 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
-