InterpolationGridpublic class MaxGapInterpolationGrid extends Object implements InterpolationGrid
The grid is adapted to the step considered, meaning that for short steps, the grid will have numerous points.
| Constructor | Description |
|---|---|
MaxGapInterpolationGrid(double maxGap) |
Constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
double[] |
getGridPoints(double stepStart,
double stepEnd) |
Get grid points that are within the current step.
|
public MaxGapInterpolationGrid(double maxGap)
maxGap - maximum time gap between interpolation pointspublic double[] getGridPoints(double stepStart,
double stepEnd)
The step is defined by its start and its end time.
getGridPoints in interface InterpolationGridstepStart - start of the stepstepEnd - end of the stepCopyright © 2002-2019 CS Systèmes d'information. All rights reserved.