public static enum TidesStandards.TidesStandard extends Enum<TidesStandards.TidesStandard>
Enum Constant and Description |
---|
GINS2004
GINS 2004 load factors
|
IERS1996
IERS 1996 load factors
|
IERS2003
IERS 2003 load factors
|
Modifier and Type | Method and Description |
---|---|
static TidesStandards.TidesStandard |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TidesStandards.TidesStandard[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TidesStandards.TidesStandard IERS1996
public static final TidesStandards.TidesStandard IERS2003
public static final TidesStandards.TidesStandard GINS2004
public static TidesStandards.TidesStandard[] values()
for (TidesStandards.TidesStandard c : TidesStandards.TidesStandard.values()) System.out.println(c);
public static TidesStandards.TidesStandard 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 nullCopyright © 2019 CNES. All Rights Reserved.