T - The EOPEntry type with a generic representationprotected static class AbstractEOPHistory.DoubleInterpolationFunctionBuilder<T extends EOPEntry> extends Object implements TimeStampedInterpolationFunctionBuilder<T,Double>
Double values.| Constructor and Description |
|---|
DoubleInterpolationFunctionBuilder(SerializableToDoubleFunction<T> func)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Function<AbsoluteDate,? extends Double> |
buildInterpolationFunction(T[] samples,
int indexInf,
int indexSup)
Builds an interpolation function with the provided samples within the provided indexes.
|
public DoubleInterpolationFunctionBuilder(SerializableToDoubleFunction<T> func)
func - Function linking the EOP entries to Double valuespublic Function<AbsoluteDate,? extends Double> buildInterpolationFunction(T[] samples, int indexInf, int indexSup)
buildInterpolationFunction in interface TimeStampedInterpolationFunctionBuilder<T extends EOPEntry,Double>samples - The array of time stamped data to be interpolated. The samples can be considered strictly increasingly
sortedindexInf - The inferior index (included) to be considered to build the interpolation functionindexSup - The superior index (excluded) to be considered to build the interpolation functionCopyright © 2025 CNES. All rights reserved.