Uses of Class
org.orekit.estimation.measurements.gnss.OneWayGNSSRange
-
Packages that use OneWayGNSSRange Package Description org.orekit.estimation.measurements.gnss This package provides methods to handle GNSS measurements.org.orekit.estimation.measurements.modifiers This package provides measurement modifier. -
-
Uses of OneWayGNSSRange in org.orekit.estimation.measurements.gnss
Methods in org.orekit.estimation.measurements.gnss that return types with arguments of type OneWayGNSSRange Modifier and Type Method Description protected EstimatedMeasurement<OneWayGNSSRange>
OneWayGNSSRange. theoreticalEvaluation(int iteration, int evaluation, SpacecraftState[] states)
Estimate the theoretical value. -
Uses of OneWayGNSSRange in org.orekit.estimation.measurements.modifiers
Method parameters in org.orekit.estimation.measurements.modifiers with type arguments of type OneWayGNSSRange Modifier and Type Method Description void
OnBoardAntennaOneWayGNSSRangeModifier. modify(EstimatedMeasurement<OneWayGNSSRange> estimated)
Apply a modifier to an estimated measurement.void
RelativisticClockOneWayGNSSRangeModifier. modify(EstimatedMeasurement<OneWayGNSSRange> estimated)
Apply a modifier to an estimated measurement.void
RelativisticJ2ClockOneWayGNSSRangeModifier. modify(EstimatedMeasurement<OneWayGNSSRange> estimated)
Apply a modifier to an estimated measurement.void
ShapiroOneWayGNSSRangeModifier. modify(EstimatedMeasurement<OneWayGNSSRange> estimated)
Apply a modifier to an estimated measurement.
-