Class DAFArray
java.lang.Object
org.orekit.files.spice.binary.daf.generic.DAFArray
Represents a single array in a
DAF file, including its name, summary,
and elements.- Since:
- XX.XX
- Author:
- Rafael Ayala
-
Constructor Summary
ConstructorsConstructorDescriptionDAFArray(String arrayName, DAFArraySummary arraySummary, List<Double> arrayElements) Simple constructor. -
Method Summary
Modifier and TypeMethodDescriptionGet the array elements.Get the array name.Get the array summary.
-
Constructor Details
-
DAFArray
Simple constructor.- Parameters:
arrayName- name of the arrayarraySummary- summary of the arrayarrayElements- list of array elements
-
-
Method Details
-
getArrayName
Get the array name.- Returns:
- array name
-
getArraySummary
Get the array summary.- Returns:
- array summary
-
getArrayElements
Get the array elements.- Returns:
- list of array elements
-