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.org.orekit.gnss This package provides classes related to GNSS applications. -
-
Uses of CombinationType in org.orekit.estimation.measurements.gnss
Methods in org.orekit.estimation.measurements.gnss that return CombinationType Modifier and Type Method Description static CombinationType
CombinationType. 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.PythonAbstractDualFrequencyCombination(CombinationType type, SatelliteSystem system)
Constructor.PythonAbstractSingleFrequencyCombination(CombinationType type, SatelliteSystem system)
Constructor. -
Uses of CombinationType in org.orekit.gnss
Methods in org.orekit.gnss that return CombinationType Modifier and Type Method Description CombinationType
CombinedObservationData. getCombinationType()
Get the type of the combination of measurements used to build the instance.Constructors in org.orekit.gnss with parameters of type CombinationType Constructor Description CombinedObservationData(CombinationType combinationType, MeasurementType measurementType, double combinedValue, double combinedFrequency, List<ObservationData> usedData)
Constructor.
-