Uses of Class
org.orekit.time.AbstractTimeInterpolator.InterpolationData
-
Packages that use AbstractTimeInterpolator.InterpolationData Package Description org.orekit.attitudes This package provides classes to represent simple attitudes.org.orekit.files.sp3 This package provides a parser for orbit data stored in SP3 format.org.orekit.orbits This package provides classes to represent orbits.org.orekit.propagation Propagationorg.orekit.time This independent package provides classes to handle epochs, time scales, and to compare instants together.org.orekit.utils This package provides useful objects. -
-
Uses of AbstractTimeInterpolator.InterpolationData in org.orekit.attitudes
Methods in org.orekit.attitudes with parameters of type AbstractTimeInterpolator.InterpolationData Modifier and Type Method Description protected Attitude
AttitudeInterpolator. interpolate(AbstractTimeInterpolator.InterpolationData interpolationData)
Interpolate instance from given interpolation data. -
Uses of AbstractTimeInterpolator.InterpolationData in org.orekit.files.sp3
Methods in org.orekit.files.sp3 with parameters of type AbstractTimeInterpolator.InterpolationData Modifier and Type Method Description protected SP3Coordinate
SP3CoordinateHermiteInterpolator. interpolate(AbstractTimeInterpolator.InterpolationData interpolationData)
Interpolate instance from given interpolation data. -
Uses of AbstractTimeInterpolator.InterpolationData in org.orekit.orbits
Methods in org.orekit.orbits with parameters of type AbstractTimeInterpolator.InterpolationData Modifier and Type Method Description protected Orbit
OrbitBlender. interpolate(AbstractTimeInterpolator.InterpolationData interpolationData)
Interpolate instance from given interpolation data.protected Orbit
OrbitHermiteInterpolator. interpolate(AbstractTimeInterpolator.InterpolationData interpolationData)
Interpolate instance from given interpolation data. -
Uses of AbstractTimeInterpolator.InterpolationData in org.orekit.propagation
Methods in org.orekit.propagation with parameters of type AbstractTimeInterpolator.InterpolationData Modifier and Type Method Description TimeStampedPair<Orbit,StateCovariance>
AbstractStateCovarianceInterpolator. interpolate(AbstractTimeInterpolator.InterpolationData interpolationData)
Interpolate orbit and associated covariance.protected SpacecraftState
SpacecraftStateInterpolator. interpolate(AbstractTimeInterpolator.InterpolationData interpolationData)
Interpolate instance from given interpolation data. -
Uses of AbstractTimeInterpolator.InterpolationData in org.orekit.time
Methods in org.orekit.time with parameters of type AbstractTimeInterpolator.InterpolationData Modifier and Type Method Description protected abstract T
AbstractTimeInterpolator. interpolate(AbstractTimeInterpolator.InterpolationData interpolationData)
Interpolate instance from given interpolation data.protected ClockOffset
ClockOffsetHermiteInterpolator. interpolate(AbstractTimeInterpolator.InterpolationData interpolationData)
Interpolate instance from given interpolation data.protected TimeStampedDoubleAndDerivative
TimeStampedDoubleAndDerivativeHermiteInterpolator. interpolate(AbstractTimeInterpolator.InterpolationData interpolationData)
Interpolate instance from given interpolation data.protected TimeStampedDouble
TimeStampedDoubleHermiteInterpolator. interpolate(AbstractTimeInterpolator.InterpolationData interpolationData)
Interpolate instance from given interpolation data. -
Uses of AbstractTimeInterpolator.InterpolationData in org.orekit.utils
Methods in org.orekit.utils with parameters of type AbstractTimeInterpolator.InterpolationData Modifier and Type Method Description protected AbsolutePVCoordinates
AbsolutePVCoordinatesHermiteInterpolator. interpolate(AbstractTimeInterpolator.InterpolationData interpolationData)
Interpolate instance from given interpolation data.protected TimeStampedAngularCoordinates
TimeStampedAngularCoordinatesHermiteInterpolator. interpolate(AbstractTimeInterpolator.InterpolationData interpolationData)
Interpolate instance from given interpolation data.protected TimeStampedPVCoordinates
TimeStampedPVCoordinatesHermiteInterpolator. interpolate(AbstractTimeInterpolator.InterpolationData interpolationData)
Interpolate instance from given interpolation data.
-