Enum Class CombinationType

java.lang.Object
java.lang.Enum<CombinationType>
org.orekit.estimation.measurements.gnss.CombinationType
All Implemented Interfaces:
Serializable, Comparable<CombinationType>, Constable

public enum CombinationType extends Enum<CombinationType>
Enumerate for combination of measurements types.
Since:
10.1
Author:
Bryan Cazabonne
  • Enum Constant Details

    • PHASE_MINUS_CODE

      public static final CombinationType PHASE_MINUS_CODE
      Phase minus code combination.
    • GRAPHIC

      public static final CombinationType GRAPHIC
      GRoup And Phase Ionospheric Calibration (GRAPHIC) combination.
    • GEOMETRY_FREE

      public static final CombinationType GEOMETRY_FREE
      Geometry-free combination.
    • IONO_FREE

      public static final CombinationType IONO_FREE
      Ionosphere-free combination.
    • NARROW_LANE

      public static final CombinationType NARROW_LANE
      Narrow-lane combination.
    • WIDE_LANE

      public static final CombinationType WIDE_LANE
      Wide-lane combination.
    • MELBOURNE_WUBBENA

      public static final CombinationType MELBOURNE_WUBBENA
      Melbourne-Wübbena combination.
  • Method Details

    • values

      public static CombinationType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static CombinationType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getName

      public String getName()
      Get the name of the combination of measurements.
      Returns:
      the name