Uses of Class
org.orekit.time.AbstractTimeInterpolator.InterpolationData
Packages that use AbstractTimeInterpolator.InterpolationData
Package
Description
This package provides classes to represent simple attitudes.
This package provides a parser for orbit data stored in SP3 format.
This package provides classes to represent orbits.
Propagation
This package provides tools to represent and propagate covariance.
This independent package provides classes to handle epochs, time scales,
and to compare instants together.
This package provides classes to handle clocks.
This package provides useful objects.
-
Uses of AbstractTimeInterpolator.InterpolationData in org.orekit.attitudes
Methods in org.orekit.attitudes with parameters of type AbstractTimeInterpolator.InterpolationDataModifier and TypeMethodDescriptionprotected AttitudeAttitudeInterpolator.interpolate(AbstractTimeInterpolator<Attitude>.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.InterpolationDataModifier and TypeMethodDescriptionprotected SP3CoordinateSP3CoordinateHermiteInterpolator.interpolate(AbstractTimeInterpolator<SP3Coordinate>.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.InterpolationDataModifier and TypeMethodDescriptionprotected OrbitOrbitHermiteInterpolator.interpolate(AbstractTimeInterpolator<Orbit>.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.InterpolationDataModifier and TypeMethodDescriptionprotected OrbitOrbitBlender.interpolate(AbstractTimeInterpolator<Orbit>.InterpolationData interpolationData) Interpolate instance from given interpolation data.protected SpacecraftStateSpacecraftStateInterpolator.interpolate(AbstractTimeInterpolator<SpacecraftState>.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.InterpolationDataModifier and TypeMethodDescriptionAbstractStateCovarianceInterpolator.interpolate(AbstractTimeInterpolator<TimeStampedPair<Orbit, StateCovariance>>.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.InterpolationDataModifier and TypeMethodDescriptionprotected abstract TAbstractTimeInterpolator.interpolate(AbstractTimeInterpolator<T>.InterpolationData interpolationData) Interpolate instance from given interpolation data.protected TimeStampedDoubleAndDerivativeTimeStampedDoubleAndDerivativeHermiteInterpolator.interpolate(AbstractTimeInterpolator<TimeStampedDoubleAndDerivative>.InterpolationData interpolationData) Interpolate instance from given interpolation data.protected TimeStampedDoubleTimeStampedDoubleHermiteInterpolator.interpolate(AbstractTimeInterpolator<TimeStampedDouble>.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.InterpolationDataModifier and TypeMethodDescriptionprotected ClockOffsetClockOffsetHermiteInterpolator.interpolate(AbstractTimeInterpolator<ClockOffset>.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.InterpolationDataModifier and TypeMethodDescriptionprotected AbsolutePVCoordinatesAbsolutePVCoordinatesHermiteInterpolator.interpolate(AbstractTimeInterpolator<AbsolutePVCoordinates>.InterpolationData interpolationData) Interpolate instance from given interpolation data.protected TimeStampedAngularCoordinatesTimeStampedAngularCoordinatesHermiteInterpolator.interpolate(AbstractTimeInterpolator<TimeStampedAngularCoordinates>.InterpolationData interpolationData) Interpolate instance from given interpolation data.protected TimeStampedPVCoordinatesTimeStampedPVCoordinatesHermiteInterpolator.interpolate(AbstractTimeInterpolator<TimeStampedPVCoordinates>.InterpolationData interpolationData) Interpolate instance from given interpolation data.