Enum Class CombinationType
- All Implemented Interfaces:
Serializable,Comparable<CombinationType>,Constable
Enumerate for combination of measurements types.
- Since:
- 10.1
- Author:
- Bryan Cazabonne
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionGeometry-free combination.GRoup And Phase Ionospheric Calibration (GRAPHIC) combination.Ionosphere-free combination.Melbourne-Wübbena combination.Narrow-lane combination.Phase minus code combination.Wide-lane combination. -
Method Summary
Modifier and TypeMethodDescriptiongetName()Get the name of the combination of measurements.static CombinationTypeReturns the enum constant of this class with the specified name.static CombinationType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PHASE_MINUS_CODE
Phase minus code combination. -
GRAPHIC
GRoup And Phase Ionospheric Calibration (GRAPHIC) combination. -
GEOMETRY_FREE
Geometry-free combination. -
IONO_FREE
Ionosphere-free combination. -
NARROW_LANE
Narrow-lane combination. -
WIDE_LANE
Wide-lane combination. -
MELBOURNE_WUBBENA
Melbourne-Wübbena combination.
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
getName
Get the name of the combination of measurements.- Returns:
- the name
-