KK
- type of the field elementpublic abstract class AbstractFieldOrbitInterpolator<KK extends org.hipparchus.CalculusFieldElement<KK>> extends AbstractFieldTimeInterpolator<FieldOrbit<KK>,KK>
AbstractFieldTimeInterpolator.InterpolationData
DEFAULT_EXTRAPOLATION_THRESHOLD_SEC, DEFAULT_INTERPOLATION_POINTS
Constructor and Description |
---|
AbstractFieldOrbitInterpolator(int interpolationPoints,
double extrapolationThreshold,
Frame outputInertialFrame)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Frame |
getOutputInertialFrame()
Get output inertial frame.
|
FieldOrbit<KK> |
interpolate(FieldAbsoluteDate<KK> interpolationDate,
Collection<FieldOrbit<KK>> sample)
Get an interpolated instance.
|
addOptionalSubInterpolatorIfDefined, checkInterpolatorCompatibilityWithSampleSize, getCentralDate, getExtrapolationThreshold, getNbInterpolationPoints, getSubInterpolators, getTimeParameter, interpolate, interpolate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
interpolate, interpolate
public AbstractFieldOrbitInterpolator(int interpolationPoints, double extrapolationThreshold, Frame outputInertialFrame)
interpolationPoints
- number of interpolation pointsextrapolationThreshold
- extrapolation threshold beyond which the propagation will failoutputInertialFrame
- output inertial framepublic FieldOrbit<KK> interpolate(FieldAbsoluteDate<KK> interpolationDate, Collection<FieldOrbit<KK>> sample)
interpolate
in interface FieldTimeInterpolator<FieldOrbit<KK extends org.hipparchus.CalculusFieldElement<KK>>,KK extends org.hipparchus.CalculusFieldElement<KK>>
interpolate
in class AbstractFieldTimeInterpolator<FieldOrbit<KK extends org.hipparchus.CalculusFieldElement<KK>>,KK extends org.hipparchus.CalculusFieldElement<KK>>
interpolationDate
- interpolation datesample
- time stamped samplepublic Frame getOutputInertialFrame()
Copyright © 2002-2023 CS GROUP. All rights reserved.