public enum Predefined extends Enum<Predefined>
FramesFactory
.Enum Constant and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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
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 nameNullPointerException
- if the argument is nullpublic String getName()
Copyright © 2017 CNES. All rights reserved.