public static enum ScalarSaastamoinenTroposphericCorrection.TroposphericObliquityMapping extends Enum<ScalarSaastamoinenTroposphericCorrection.TroposphericObliquityMapping> implements Enumeration
| Enum Constant and Description | 
|---|
COMBINED_WET_DRY
Used to specify that the tropospheric wet and dry delays are combined with a single obliquity coefficient after summing. 
 | 
SEPARATE_WET_DRY
Used to specify that the tropospheric wet and dry delays are mapped with individual obliquity coefficients prior to summing. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ScalarSaastamoinenTroposphericCorrection.TroposphericObliquityMapping | 
getDefault()
Get the enum constant that is considered to be the default. 
 | 
static ScalarSaastamoinenTroposphericCorrection.TroposphericObliquityMapping | 
getFromValue(int value)
Get the enum constant that is associated with the given numeric value. 
 | 
int | 
getValue()
Get the numeric value associated with this enum constant. 
 | 
static ScalarSaastamoinenTroposphericCorrection.TroposphericObliquityMapping | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static ScalarSaastamoinenTroposphericCorrection.TroposphericObliquityMapping[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final ScalarSaastamoinenTroposphericCorrection.TroposphericObliquityMapping COMBINED_WET_DRY
public static final ScalarSaastamoinenTroposphericCorrection.TroposphericObliquityMapping SEPARATE_WET_DRY
public static ScalarSaastamoinenTroposphericCorrection.TroposphericObliquityMapping[] values()
for (ScalarSaastamoinenTroposphericCorrection.TroposphericObliquityMapping c : ScalarSaastamoinenTroposphericCorrection.TroposphericObliquityMapping.values()) System.out.println(c);
public static ScalarSaastamoinenTroposphericCorrection.TroposphericObliquityMapping valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getValue()
getValue in interface Enumeration@Nonnull public static ScalarSaastamoinenTroposphericCorrection.TroposphericObliquityMapping getFromValue(int value)
value - a numeric value.@Nonnull public static ScalarSaastamoinenTroposphericCorrection.TroposphericObliquityMapping getDefault()