Package | Description |
---|---|
fr.cnes.sirius.patrius.frames.configuration.eop | |
fr.cnes.sirius.patrius.time.interpolation |
Modifier and Type | Class and Description |
---|---|
protected static class |
AbstractEOPHistory.DoubleInterpolationFunctionBuilder<T extends EOPEntry>
Cache interpolable function builder used to generate
Double values. |
Constructor and Description |
---|
TimeStampedInterpolableEphemeris(IN[] samples,
int order,
TimeStampedInterpolationFunctionBuilder<IN,OUT> interpFctBuilder,
boolean acceptOutOfOptimalRange)
Simplified constructor.
By default, the given samples are copied to be stored, plus they are checked to be strictly sorted (in increasing order and no samples with the same date) and a cache size of FIFOThreadSafeCache.DEFAULT_MAX_SIZE is
used. |
TimeStampedInterpolableEphemeris(IN[] samples,
int order,
TimeStampedInterpolationFunctionBuilder<IN,OUT> interpFctBuilder,
boolean acceptOutOfOptimalRange,
boolean copySamples,
boolean checkStrictlySorted,
int cacheSize)
Standard constructor.
|
Copyright © 2023 CNES. All rights reserved.