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.propagation.covariance This package provides tools to represent and propagate covariance.org.orekit.time This independent package provides classes to handle epochs, time scales, and to compare instants together.org.orekit.time.clocks This package provides classes to handle clocks.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 AttitudeAttitudeInterpolator. 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 SP3CoordinateSP3CoordinateHermiteInterpolator. 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 OrbitOrbitHermiteInterpolator. 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 protected OrbitOrbitBlender. interpolate(AbstractTimeInterpolator.InterpolationData interpolationData)Interpolate instance from given interpolation data.protected SpacecraftStateSpacecraftStateInterpolator. interpolate(AbstractTimeInterpolator.InterpolationData interpolationData)Interpolate instance from given interpolation data. -
Uses of AbstractTimeInterpolator.InterpolationData in org.orekit.propagation.covariance
Methods in org.orekit.propagation.covariance with parameters of type AbstractTimeInterpolator.InterpolationData Modifier and Type Method Description TimeStampedPair<Orbit,StateCovariance>AbstractStateCovarianceInterpolator. interpolate(AbstractTimeInterpolator.InterpolationData interpolationData)Interpolate orbit and associated covariance. -
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 TAbstractTimeInterpolator. interpolate(AbstractTimeInterpolator.InterpolationData interpolationData)Interpolate instance from given interpolation data.protected TimeStampedDoubleAndDerivativeTimeStampedDoubleAndDerivativeHermiteInterpolator. interpolate(AbstractTimeInterpolator.InterpolationData interpolationData)Interpolate instance from given interpolation data.protected TimeStampedDoubleTimeStampedDoubleHermiteInterpolator. interpolate(AbstractTimeInterpolator.InterpolationData interpolationData)Interpolate instance from given interpolation data. -
Uses of AbstractTimeInterpolator.InterpolationData in org.orekit.time.clocks
Methods in org.orekit.time.clocks with parameters of type AbstractTimeInterpolator.InterpolationData Modifier and Type Method Description protected ClockOffsetClockOffsetHermiteInterpolator. 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 AbsolutePVCoordinatesAbsolutePVCoordinatesHermiteInterpolator. interpolate(AbstractTimeInterpolator.InterpolationData interpolationData)Interpolate instance from given interpolation data.protected TimeStampedAngularCoordinatesTimeStampedAngularCoordinatesHermiteInterpolator. interpolate(AbstractTimeInterpolator.InterpolationData interpolationData)Interpolate instance from given interpolation data.protected TimeStampedPVCoordinatesTimeStampedPVCoordinatesHermiteInterpolator. interpolate(AbstractTimeInterpolator.InterpolationData interpolationData)Interpolate instance from given interpolation data.
-