Uses of Class
org.orekit.estimation.measurements.gnss.CombinationType
-
Packages that use CombinationType Package Description org.orekit.estimation.measurements.gnss This package provides methods to handle GNSS measurements. -
-
Uses of CombinationType in org.orekit.estimation.measurements.gnss
Methods in org.orekit.estimation.measurements.gnss that return CombinationType Modifier and Type Method Description CombinationTypeCombinedObservationData. getCombinationType()Get the type of the combination of measurements used to build the instance.static CombinationTypeCombinationType. valueOf(String name)Returns the enum constant of this type with the specified name.static CombinationType[]CombinationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.orekit.estimation.measurements.gnss with parameters of type CombinationType Constructor Description AbstractDualFrequencyCombination(CombinationType type, SatelliteSystem system)Constructor.AbstractSingleFrequencyCombination(CombinationType type, SatelliteSystem system)Constructor.CombinedObservationData(double combinedValue, double combinedFrequency, CombinationType combinationType, MeasurementType measurementType, List<ObservationData> usedData)Constructor.
-