public 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 and Description |
|---|
MaxGapInterpolationGrid(double maxGap)
Constructor.
|
| Modifier and Type | Method and 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-2016 CS Systèmes d'information. All rights reserved.