fr.cnes.genopus.frames
Enum GPFrame.GPRefFrame
java.lang.Object
java.lang.Enum<GPFrame.GPRefFrame>
fr.cnes.genopus.frames.GPFrame.GPRefFrame
- All Implemented Interfaces:
- Serializable, Comparable<GPFrame.GPRefFrame>
- Enclosing class:
- GPFrame
public static enum GPFrame.GPRefFrame
- extends Enum<GPFrame.GPRefFrame>
Enumerate of Reference frames available in the widget. They use the same id used in Orekit except for
the frames that can use EOP or not: MOD, TOD, GTOD and EOD (see Predefined Enumerate), and for the
H0_MINUS_N frame that has no id in Orekit.
- Author:
- aadt
GCRF
public static final GPFrame.GPRefFrame GCRF
CIRF
public static final GPFrame.GPRefFrame CIRF
TIRF
public static final GPFrame.GPRefFrame TIRF
ITRF
public static final GPFrame.GPRefFrame ITRF
ICRF
public static final GPFrame.GPRefFrame ICRF
TEME
public static final GPFrame.GPRefFrame TEME
EME2000
public static final GPFrame.GPRefFrame EME2000
MOD
public static final GPFrame.GPRefFrame MOD
TOD
public static final GPFrame.GPRefFrame TOD
GTOD
public static final GPFrame.GPRefFrame GTOD
EOD
public static final GPFrame.GPRefFrame EOD
ITRF_EQUINOX
public static final GPFrame.GPRefFrame ITRF_EQUINOX
VEIS_1950
public static final GPFrame.GPRefFrame VEIS_1950
H0_MINUS_N
public static final GPFrame.GPRefFrame H0_MINUS_N
values
public static GPFrame.GPRefFrame[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (GPFrame.GPRefFrame c : GPFrame.GPRefFrame.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static GPFrame.GPRefFrame valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (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 type has no constant
with the specified name
NullPointerException - if the argument is null
Copyright © 2017. All rights reserved.