Class DAFArraySummary
java.lang.Object
org.orekit.files.spice.binary.daf.generic.DAFArraySummary
- Since:
- 14.0
- Author:
- Rafael Ayala
-
Constructor Summary
ConstructorsConstructorDescriptionDAFArraySummary(List<Double> summaryDoubles, List<Integer> summaryInts, int initialArrayAddress, int finalArrayAddress) Simple constructor. -
Method Summary
Modifier and TypeMethodDescriptionintGet the final byte address of the array elements.intGet the initial byte address of the array elements.Get the summary doubles.Get the summary integers.
-
Constructor Details
-
DAFArraySummary
public DAFArraySummary(List<Double> summaryDoubles, List<Integer> summaryInts, int initialArrayAddress, int finalArrayAddress) Simple constructor.- Parameters:
summaryDoubles- list of doubles in the summarysummaryInts- list of integers in the summaryinitialArrayAddress- initial byte address of array elementsfinalArrayAddress- final byte address of array elements
-
-
Method Details
-
getSummaryDoubles
Get the summary doubles.- Returns:
- list of summary doubles
-
getSummaryInts
Get the summary integers.- Returns:
- list of summary integers
-
getInitialArrayAddress
public int getInitialArrayAddress()Get the initial byte address of the array elements.- Returns:
- initial byte address of the array elements
-
getFinalArrayAddress
public int getFinalArrayAddress()Get the final byte address of the array elements.- Returns:
- final byte address of the array elements.
-