Uses of Class
org.orekit.time.TimeStampedPair
Packages that use TimeStampedPair
Package
Description
Top level package for analytical propagators.
This package provides tools to represent and propagate covariance.
-
Uses of TimeStampedPair in org.orekit.propagation.analytical
Methods in org.orekit.propagation.analytical that return types with arguments of type TimeStampedPairModifier and TypeMethodDescriptionEphemeris.getCovarianceInterpolator()Get covariance interpolator. -
Uses of TimeStampedPair in org.orekit.propagation.covariance
Methods in org.orekit.propagation.covariance that return TimeStampedPairModifier and TypeMethodDescriptionprotected TimeStampedPair<Orbit, StateCovariance> AbstractStateCovarianceInterpolator.expressCovarianceInDesiredOutput(Orbit interpolatedOrbit, StateCovariance covarianceInOrbitFrame) Express covariance in output configuration defined at this instance construction.AbstractStateCovarianceInterpolator.interpolate(AbstractTimeInterpolator<TimeStampedPair<Orbit, StateCovariance>>.InterpolationData interpolationData) Interpolate orbit and associated covariance.Method parameters in org.orekit.propagation.covariance with type arguments of type TimeStampedPairModifier and TypeMethodDescriptionprotected abstract StateCovarianceAbstractStateCovarianceInterpolator.computeInterpolatedCovarianceInOrbitFrame(List<TimeStampedPair<Orbit, StateCovariance>> uncertainStates, Orbit interpolatedOrbit) Compute the interpolated covariance expressed in the interpolated orbit frame.protected StateCovarianceStateCovarianceBlender.computeInterpolatedCovarianceInOrbitFrame(List<TimeStampedPair<Orbit, StateCovariance>> uncertainStates, Orbit interpolatedOrbit) Compute the interpolated covariance expressed in the interpolated orbit frame.protected StateCovarianceStateCovarianceKeplerianHermiteInterpolator.computeInterpolatedCovarianceInOrbitFrame(List<TimeStampedPair<Orbit, StateCovariance>> uncertainStates, Orbit interpolatedOrbit) Compute the interpolated covariance expressed in the interpolated orbit frame.protected OrbitAbstractStateCovarianceInterpolator.interpolateOrbit(AbsoluteDate interpolationDate, List<TimeStampedPair<Orbit, StateCovariance>> neighborList) Interpolate orbit at given interpolation date.