Class MeasurementCombinationFactory
java.lang.Object
org.orekit.estimation.measurements.gnss.MeasurementCombinationFactory
Factory for predefined combination of measurements.
This is a utility class, so its constructor is private.
- Since:
- 10.1
- Author:
- Bryan Cazabonne
-
Method Summary
Modifier and TypeMethodDescriptionstatic GeometryFreeCombinationGet the Geometry-Free combination of measurements.static GRAPHICCombinationgetGRAPHICCombination(SatelliteSystem system) Get the GRAPHIC combination of measurements.static IonosphereFreeCombinationGet the Ionosphere-Free combination of measurements.static MelbourneWubbenaCombinationGet the Melbourne-Wübbena combination of measurements.static NarrowLaneCombinationGet the Narrow-Lane combination of measurements.static PhaseMinusCodeCombinationGet the phase minus code combination of measurements.static WideLaneCombinationGet the Wide-Lane combination of measurements.
-
Method Details
-
getWideLaneCombination
Get the Wide-Lane combination of measurements.- Parameters:
system- satellite system- Returns:
- Wide-Lane combination
-
getNarrowLaneCombination
Get the Narrow-Lane combination of measurements.- Parameters:
system- satellite system- Returns:
- Narrow-Lane combination
-
getIonosphereFreeCombination
Get the Ionosphere-Free combination of measurements.- Parameters:
system- satellite system- Returns:
- Ionosphere-Lane combination
-
getGeometryFreeCombination
Get the Geometry-Free combination of measurements.- Parameters:
system- satellite system- Returns:
- Geometry-Free combination
-
getMelbourneWubbenaCombination
Get the Melbourne-Wübbena combination of measurements.- Parameters:
system- satellite system- Returns:
- Melbourne-Wübbena combination
-
getPhaseMinusCodeCombination
Get the phase minus code combination of measurements.- Parameters:
system- satellite system- Returns:
- phase minus code combination
-
getGRAPHICCombination
Get the GRAPHIC combination of measurements.- Parameters:
system- satellite system- Returns:
- phase minus code combination
-