Class DAFArray
- java.lang.Object
-
- org.orekit.files.spice.binary.daf.generic.DAFArray
-
-
Constructor Summary
Constructors Constructor Description DAFArray(String arrayName, DAFArraySummary arraySummary, List<Double> arrayElements)Simple constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Double>getArrayElements()Get the array elements.StringgetArrayName()Get the array name.DAFArraySummarygetArraySummary()Get the array summary.
-
-
-
Constructor Detail
-
DAFArray
public DAFArray(String arrayName, DAFArraySummary arraySummary, List<Double> arrayElements)
Simple constructor.- Parameters:
arrayName- name of the arrayarraySummary- summary of the arrayarrayElements- list of array elements
-
-
Method Detail
-
getArrayName
public String getArrayName()
Get the array name.- Returns:
- array name
-
getArraySummary
public DAFArraySummary getArraySummary()
Get the array summary.- Returns:
- array summary
-
-