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

public class DAFArray extends Object
Represents a single array in a DAF file, including its name, summary, and elements.
Since:
XX.XX
Author:
Rafael Ayala
  • Constructor Details

    • DAFArray

      public DAFArray(String arrayName, DAFArraySummary arraySummary, List<Double> arrayElements)
      Simple constructor.
      Parameters:
      arrayName - name of the array
      arraySummary - summary of the array
      arrayElements - list of array elements
  • Method Details

    • getArrayName

      public String getArrayName()
      Get the array name.
      Returns:
      array name
    • getArraySummary

      public DAFArraySummary getArraySummary()
      Get the array summary.
      Returns:
      array summary
    • getArrayElements

      public List<Double> getArrayElements()
      Get the array elements.
      Returns:
      list of array elements