|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<Predefined> org.orekit.frames.Predefined
public enum Predefined
Predefined frames provided by FramesFactory
.
Enum Constant Summary | |
---|---|
CIRF
CIRF frame. |
|
EME2000
EME2000 frame. |
|
EOD_WITH_EOP_CORRECTIONS
EOD with EOP corrections. |
|
EOD_WITHOUT_EOP_CORRECTIONS
EOD without EOP corrections. |
|
GCRF
GCRF frame. |
|
GTOD_WITH_EOP_CORRECTIONS
GTOD with EOP corrections. |
|
GTOD_WITHOUT_EOP_CORRECTIONS
GTOD without EOP corrections. |
|
ICRF
ICRF frame. |
|
ITRF
ITRF. |
|
ITRF_EQUINOX
Equinox-based ITRF. |
|
MOD_WITH_EOP_CORRECTIONS
MOD with EOP corrections. |
|
MOD_WITHOUT_EOP_CORRECTIONS
MOD without EOP corrections. |
|
TEME
TEME frame. |
|
TIRF
TIRF. |
|
TOD_WITH_EOP_CORRECTIONS
TOD with EOP corrections. |
|
TOD_WITHOUT_EOP_CORRECTIONS
TOD without EOP corrections. |
|
VEIS_1950
Veis 1950 with tidal effects. |
Method Summary | |
---|---|
String |
getName()
Get the name of the frame. |
static Predefined |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Predefined[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final Predefined GCRF
public static final Predefined ICRF
public static final Predefined EME2000
public static final Predefined ITRF
public static final Predefined ITRF_EQUINOX
public static final Predefined TIRF
public static final Predefined CIRF
public static final Predefined VEIS_1950
public static final Predefined GTOD_WITHOUT_EOP_CORRECTIONS
public static final Predefined GTOD_WITH_EOP_CORRECTIONS
public static final Predefined TOD_WITHOUT_EOP_CORRECTIONS
public static final Predefined TOD_WITH_EOP_CORRECTIONS
public static final Predefined MOD_WITHOUT_EOP_CORRECTIONS
public static final Predefined MOD_WITH_EOP_CORRECTIONS
public static final Predefined TEME
public static final Predefined EOD_WITHOUT_EOP_CORRECTIONS
public static final Predefined EOD_WITH_EOP_CORRECTIONS
Method Detail |
---|
public static Predefined[] values()
for (Predefined c : Predefined.values()) System.out.println(c);
public static Predefined valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic String getName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |