public enum PredefinedFrameType extends Enum<PredefinedFrameType>
FramesFactory.| Enum Constant and Description |
|---|
CIRF
CIRF frame.
|
ECLIPTIC_J2000
ECLIPTIC J2000
|
ECLIPTIC_MOD_WITH_EOP_CORRECTIONS
ECLIPTIC_MOD with EOP corrections.
|
ECLIPTIC_MOD_WITHOUT_EOP_CORRECTIONS
ECLIPTIC_MOD without EOP corrections.
|
EMB
Earth-Moon barycenter frame.
|
EME2000
EME2000 frame.
|
G50
G50 (= Gamma 50).
|
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 |
|---|---|
CelestialPoint |
getCelestialPoint()
Returns the celestial point associated to Predefined frame key.
|
String |
getName()
Get the name of the frame.
|
static PredefinedFrameType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PredefinedFrameType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PredefinedFrameType GCRF
public static final PredefinedFrameType EMB
public static final PredefinedFrameType ICRF
public static final PredefinedFrameType EME2000
public static final PredefinedFrameType ITRF
public static final PredefinedFrameType ITRF_EQUINOX
public static final PredefinedFrameType TIRF
public static final PredefinedFrameType CIRF
public static final PredefinedFrameType VEIS_1950
public static final PredefinedFrameType G50
public static final PredefinedFrameType GTOD_WITHOUT_EOP_CORRECTIONS
public static final PredefinedFrameType GTOD_WITH_EOP_CORRECTIONS
public static final PredefinedFrameType TOD_WITHOUT_EOP_CORRECTIONS
public static final PredefinedFrameType TOD_WITH_EOP_CORRECTIONS
public static final PredefinedFrameType MOD_WITHOUT_EOP_CORRECTIONS
public static final PredefinedFrameType MOD_WITH_EOP_CORRECTIONS
public static final PredefinedFrameType TEME
public static final PredefinedFrameType ECLIPTIC_MOD_WITHOUT_EOP_CORRECTIONS
public static final PredefinedFrameType ECLIPTIC_MOD_WITH_EOP_CORRECTIONS
public static final PredefinedFrameType ECLIPTIC_J2000
public static PredefinedFrameType[] values()
for (PredefinedFrameType c : PredefinedFrameType.values()) System.out.println(c);
public static PredefinedFrameType 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()
public CelestialPoint getCelestialPoint() throws PatriusException
PatriusException - thrown if celestial point could not be builtCopyright © 2025 CNES. All rights reserved.