Class MeasurementCombinationFactory
- java.lang.Object
-
- org.orekit.estimation.measurements.gnss.MeasurementCombinationFactory
-
public class MeasurementCombinationFactory extends Object
Factory for predefined combination of measurements.This is a utility class, so its constructor is private.
- Since:
- 10.1
- Author:
- Bryan Cazabonne
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GeometryFreeCombination
getGeometryFreeCombination(SatelliteSystem system)
Get the Geometry-Free combination of measurements.static GRAPHICCombination
getGRAPHICCombination(SatelliteSystem system)
Get the GRAPHIC combination of measurements.static IonosphereFreeCombination
getIonosphereFreeCombination(SatelliteSystem system)
Get the Ionosphere-Free combination of measurements.static MelbourneWubbenaCombination
getMelbourneWubbenaCombination(SatelliteSystem system)
Get the Melbourne-Wübbena combination of measurements.static NarrowLaneCombination
getNarrowLaneCombination(SatelliteSystem system)
Get the Narrow-Lane combination of measurements.static PhaseMinusCodeCombination
getPhaseMinusCodeCombination(SatelliteSystem system)
Get the phase minus code combination of measurements.static WideLaneCombination
getWideLaneCombination(SatelliteSystem system)
Get the Wide-Lane combination of measurements.
-
-
-
Method Detail
-
getWideLaneCombination
public static WideLaneCombination getWideLaneCombination(SatelliteSystem system)
Get the Wide-Lane combination of measurements.- Parameters:
system
- satellite system- Returns:
- Wide-Lane combination
-
getNarrowLaneCombination
public static NarrowLaneCombination getNarrowLaneCombination(SatelliteSystem system)
Get the Narrow-Lane combination of measurements.- Parameters:
system
- satellite system- Returns:
- Narrow-Lane combination
-
getIonosphereFreeCombination
public static IonosphereFreeCombination getIonosphereFreeCombination(SatelliteSystem system)
Get the Ionosphere-Free combination of measurements.- Parameters:
system
- satellite system- Returns:
- Ionosphere-Lane combination
-
getGeometryFreeCombination
public static GeometryFreeCombination getGeometryFreeCombination(SatelliteSystem system)
Get the Geometry-Free combination of measurements.- Parameters:
system
- satellite system- Returns:
- Geometry-Free combination
-
getMelbourneWubbenaCombination
public static MelbourneWubbenaCombination getMelbourneWubbenaCombination(SatelliteSystem system)
Get the Melbourne-Wübbena combination of measurements.- Parameters:
system
- satellite system- Returns:
- Melbourne-Wübbena combination
-
getPhaseMinusCodeCombination
public static PhaseMinusCodeCombination getPhaseMinusCodeCombination(SatelliteSystem system)
Get the phase minus code combination of measurements.- Parameters:
system
- satellite system- Returns:
- phase minus code combination
-
getGRAPHICCombination
public static GRAPHICCombination getGRAPHICCombination(SatelliteSystem system)
Get the GRAPHIC combination of measurements.- Parameters:
system
- satellite system- Returns:
- phase minus code combination
-
-