IN
- The type of the samples to be interpolatedOUT
- The type of the interpolation result.@FunctionalInterface public interface TimeStampedInterpolationFunctionBuilder<IN extends TimeStamped,OUT> extends Serializable
Modifier and Type | Method and Description |
---|---|
Function<AbsoluteDate,? extends OUT> |
buildInterpolationFunction(IN[] samples,
int indexInf,
int indexSup)
Builds an interpolation function with the provided samples within the provided indexes.
|
Function<AbsoluteDate,? extends OUT> buildInterpolationFunction(IN[] samples, int indexInf, int indexSup)
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 © 2023 CNES. All rights reserved.