Uses of Class
org.orekit.estimation.measurements.gnss.OneWayGNSSRange
Packages that use OneWayGNSSRange
Package
Description
This package provides Orbit Determination measurements generation.
This package provides methods to handle GNSS measurements.
This package provides measurement modifier.
-
Uses of OneWayGNSSRange in org.orekit.estimation.measurements.generation
Methods in org.orekit.estimation.measurements.generation that return OneWayGNSSRangeModifier and TypeMethodDescriptionprotected OneWayGNSSRangeOneWayGNSSRangeBuilder.buildObserved(AbsoluteDate date, Map<ObservableSatellite, OrekitStepInterpolator> interpolators) Build a dummy observed measurement. -
Uses of OneWayGNSSRange in org.orekit.estimation.measurements.gnss
Methods in org.orekit.estimation.measurements.gnss that return types with arguments of type OneWayGNSSRangeModifier and TypeMethodDescriptionprotected EstimatedMeasurement<OneWayGNSSRange> OneWayGNSSRange.theoreticalEvaluation(int iteration, int evaluation, SpacecraftState[] states) Estimate the theoretical value.protected EstimatedMeasurementBase<OneWayGNSSRange> OneWayGNSSRange.theoreticalEvaluationWithoutDerivatives(int iteration, int evaluation, SpacecraftState[] states) Estimate the theoretical value without derivatives. -
Uses of OneWayGNSSRange in org.orekit.estimation.measurements.modifiers
Method parameters in org.orekit.estimation.measurements.modifiers with type arguments of type OneWayGNSSRangeModifier and TypeMethodDescriptionvoidOneWayGNSSRangeIonosphericDelayModifier.modify(EstimatedMeasurement<OneWayGNSSRange> estimated) Apply a modifier to an estimated measurement.voidOnBoardAntennaOneWayGNSSRangeModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<OneWayGNSSRange> estimated) Apply a modifier to an estimated measurement without derivatives.voidOneWayGNSSRangeIonosphericDelayModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<OneWayGNSSRange> estimated) Apply a modifier to an estimated measurement without derivatives.voidRelativisticClockOneWayGNSSRangeModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<OneWayGNSSRange> estimated) Apply a modifier to an estimated measurement without derivatives.voidRelativisticJ2ClockOneWayGNSSRangeModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<OneWayGNSSRange> estimated) Apply a modifier to an estimated measurement without derivatives.