Uses of Class
org.orekit.time.TimeStampedPair
-
Packages that use TimeStampedPair Package Description org.orekit.propagation Propagationorg.orekit.propagation.analytical Top level package for analytical propagators. -
-
Uses of TimeStampedPair in org.orekit.propagation
Methods in org.orekit.propagation that return TimeStampedPair Modifier and Type Method Description protected TimeStampedPair<Orbit,StateCovariance>
AbstractStateCovarianceInterpolator. expressCovarianceInDesiredOutput(Orbit interpolatedOrbit, StateCovariance covarianceInOrbitFrame)
Express covariance in output configuration defined at this instance construction.TimeStampedPair<Orbit,StateCovariance>
AbstractStateCovarianceInterpolator. interpolate(AbstractTimeInterpolator.InterpolationData interpolationData)
Interpolate orbit and associated covariance.Method parameters in org.orekit.propagation with type arguments of type TimeStampedPair Modifier and Type Method Description protected abstract StateCovariance
AbstractStateCovarianceInterpolator. computeInterpolatedCovarianceInOrbitFrame(List<TimeStampedPair<Orbit,StateCovariance>> uncertainStates, Orbit interpolatedOrbit)
Compute the interpolated covariance expressed in the interpolated orbit frame.protected StateCovariance
StateCovarianceBlender. computeInterpolatedCovarianceInOrbitFrame(List<TimeStampedPair<Orbit,StateCovariance>> uncertainStates, Orbit interpolatedOrbit)
Compute the interpolated covariance expressed in the interpolated orbit frame.protected StateCovariance
StateCovarianceKeplerianHermiteInterpolator. computeInterpolatedCovarianceInOrbitFrame(List<TimeStampedPair<Orbit,StateCovariance>> uncertainStates, Orbit interpolatedOrbit)
Compute the interpolated covariance expressed in the interpolated orbit frame.protected Orbit
AbstractStateCovarianceInterpolator. interpolateOrbit(AbsoluteDate interpolationDate, List<TimeStampedPair<Orbit,StateCovariance>> neighborList)
Interpolate orbit at given interpolation date. -
Uses of TimeStampedPair in org.orekit.propagation.analytical
Methods in org.orekit.propagation.analytical that return types with arguments of type TimeStampedPair Modifier and Type Method Description Optional<TimeInterpolator<TimeStampedPair<Orbit,StateCovariance>>>
Ephemeris. getCovarianceInterpolator()
Get covariance interpolator.
-