Uses of Interface
org.orekit.propagation.sampling.OrekitStepInterpolator
-
Packages that use OrekitStepInterpolator Package Description org.orekit.estimation.measurements.generation This package provides Orbit Determination measurements generation.org.orekit.estimation.measurements.gnss This package provides methods to handle GNSS measurements.org.orekit.estimation.sequential The sequential package provides an implementation of a Kalman Filter engine to perform an orbit determination.org.orekit.propagation.analytical Top level package for analytical propagators.org.orekit.propagation.events This package provides interfaces and classes dealing with events occurring during propagation.org.orekit.propagation.sampling This package provides interfaces and classes dealing with step handling during propagation. -
-
Uses of OrekitStepInterpolator in org.orekit.estimation.measurements.generation
Method parameters in org.orekit.estimation.measurements.generation with type arguments of type OrekitStepInterpolator Modifier and Type Method Description AngularAzElAngularAzElBuilder. build(AbsoluteDate date, Map<ObservableSatellite,OrekitStepInterpolator> interpolators)Generate a single measurement.AngularRaDecAngularRaDecBuilder. build(AbsoluteDate date, Map<ObservableSatellite,OrekitStepInterpolator> interpolators)Generate a single measurement.BistaticRangeBistaticRangeBuilder. build(AbsoluteDate date, Map<ObservableSatellite,OrekitStepInterpolator> interpolators)Generate a single measurement.BistaticRangeRateBistaticRangeRateBuilder. build(AbsoluteDate date, Map<ObservableSatellite,OrekitStepInterpolator> interpolators)Generate a single measurement.FDOAFDOABuilder. build(AbsoluteDate date, Map<ObservableSatellite,OrekitStepInterpolator> interpolators)Generate a single measurement.InterSatellitesPhaseInterSatellitesPhaseBuilder. build(AbsoluteDate date, Map<ObservableSatellite,OrekitStepInterpolator> interpolators)Generate a single measurement.InterSatellitesRangeInterSatellitesRangeBuilder. build(AbsoluteDate date, Map<ObservableSatellite,OrekitStepInterpolator> interpolators)Generate a single measurement.TMeasurementBuilder. build(AbsoluteDate date, Map<ObservableSatellite,OrekitStepInterpolator> interpolators)Generate a single measurement.MultiplexedMeasurementMultiplexedMeasurementBuilder. build(AbsoluteDate date, Map<ObservableSatellite,OrekitStepInterpolator> interpolators)Generate a single measurement.OneWayGNSSPhaseOneWayGNSSPhaseBuilder. build(AbsoluteDate date, Map<ObservableSatellite,OrekitStepInterpolator> interpolators)Generate a single measurement.OneWayGNSSRangeOneWayGNSSRangeBuilder. build(AbsoluteDate date, Map<ObservableSatellite,OrekitStepInterpolator> interpolators)Generate a single measurement.PositionPositionBuilder. build(AbsoluteDate date, Map<ObservableSatellite,OrekitStepInterpolator> interpolators)Generate a single measurement.PVPVBuilder. build(AbsoluteDate date, Map<ObservableSatellite,OrekitStepInterpolator> interpolators)Generate a single measurement.RangeRangeBuilder. build(AbsoluteDate date, Map<ObservableSatellite,OrekitStepInterpolator> interpolators)Generate a single measurement.RangeRateRangeRateBuilder. build(AbsoluteDate date, Map<ObservableSatellite,OrekitStepInterpolator> interpolators)Generate a single measurement.TDOATDOABuilder. build(AbsoluteDate date, Map<ObservableSatellite,OrekitStepInterpolator> interpolators)Generate a single measurement.TurnAroundRangeTurnAroundRangeBuilder. build(AbsoluteDate date, Map<ObservableSatellite,OrekitStepInterpolator> interpolators)Generate a single measurement.SortedSet<T>AbstractScheduler. generate(Map<ObservableSatellite,OrekitStepInterpolator> interpolators)Generate a sequence of measurements.SortedSet<T>Scheduler. generate(Map<ObservableSatellite,OrekitStepInterpolator> interpolators)Generate a sequence of measurements. -
Uses of OrekitStepInterpolator in org.orekit.estimation.measurements.gnss
Method parameters in org.orekit.estimation.measurements.gnss with type arguments of type OrekitStepInterpolator Modifier and Type Method Description PhasePhaseBuilder. build(AbsoluteDate date, Map<ObservableSatellite,OrekitStepInterpolator> interpolators)Generate a single measurement. -
Uses of OrekitStepInterpolator in org.orekit.estimation.sequential
Methods in org.orekit.estimation.sequential with parameters of type OrekitStepInterpolator Modifier and Type Method Description voidSemiAnalyticalMeasurementHandler. handleStep(OrekitStepInterpolator interpolator)Handle the current step. -
Uses of OrekitStepInterpolator in org.orekit.propagation.analytical
Methods in org.orekit.propagation.analytical with parameters of type OrekitStepInterpolator Modifier and Type Method Description protected SpacecraftStateAbstractAnalyticalPropagator. acceptStep(OrekitStepInterpolator interpolator, AbsoluteDate target)Accept a step, triggering events and step handlers. -
Uses of OrekitStepInterpolator in org.orekit.propagation.events
Methods in org.orekit.propagation.events with parameters of type OrekitStepInterpolator Modifier and Type Method Description booleanEventState. evaluateStep(OrekitStepInterpolator interpolator)Evaluate the impact of the proposed step on the event detector.voidEventState. reinitializeBegin(OrekitStepInterpolator interpolator)Reinitialize the beginning of the step.booleanEventState. tryAdvance(SpacecraftState state, OrekitStepInterpolator interpolator)Try to accept the current history up to the given time. -
Uses of OrekitStepInterpolator in org.orekit.propagation.sampling
Methods in org.orekit.propagation.sampling that return OrekitStepInterpolator Modifier and Type Method Description OrekitStepInterpolatorOrekitStepInterpolator. restrictStep(SpacecraftState newPreviousState, SpacecraftState newCurrentState)Create a new restricted version of the instance.Methods in org.orekit.propagation.sampling with parameters of type OrekitStepInterpolator Modifier and Type Method Description voidOrekitStepHandler. handleStep(OrekitStepInterpolator interpolator)Handle the current step.voidOrekitStepNormalizer. handleStep(OrekitStepInterpolator interpolator)Handle the last accepted step.voidStepHandlerMultiplexer. handleStep(OrekitStepInterpolator interpolator)Handle the current step.Method parameters in org.orekit.propagation.sampling with type arguments of type OrekitStepInterpolator Modifier and Type Method Description voidMultiSatStepHandler. handleStep(List<OrekitStepInterpolator> interpolators)Handle the current step.voidMultisatStepNormalizer. handleStep(List<OrekitStepInterpolator> interpolators)Handle the current step.
-