Package org.orekit.frames
Enum Predefined
- java.lang.Object
-
- java.lang.Enum<Predefined>
-
- org.orekit.frames.Predefined
-
- All Implemented Interfaces:
Serializable,Comparable<Predefined>
public enum Predefined extends Enum<Predefined>
Predefined frames provided byFrames.- Author:
- Luc Maisonobe
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CIRF_CONVENTIONS_1996_ACCURATE_EOPCIRF frame, IERS 1996 conventions, with accurate EOP interpolation.CIRF_CONVENTIONS_1996_SIMPLE_EOPCIRF frame, IERS 1996 conventions, with simple EOP interpolation.CIRF_CONVENTIONS_2003_ACCURATE_EOPCIRF frame, IERS 2003 conventions, with accurate EOP interpolation.CIRF_CONVENTIONS_2003_SIMPLE_EOPCIRF frame, IERS 2003 conventions, with simple EOP interpolation.CIRF_CONVENTIONS_2010_ACCURATE_EOPCIRF frame, IERS 2010 conventions, with accurate EOP interpolation.CIRF_CONVENTIONS_2010_SIMPLE_EOPCIRF frame, IERS 2010 conventions, with simple EOP interpolation.ECLIPTIC_CONVENTIONS_1996Ecliptic framen IERS 1996 conventions.ECLIPTIC_CONVENTIONS_2003Ecliptic framen IERS 2003 conventions.ECLIPTIC_CONVENTIONS_2010Ecliptic framen IERS 2010 conventions.EME2000EME2000 frame.GCRFGCRF frame.GTOD_CONVENTIONS_1996_ACCURATE_EOPGTOD, IERS 1996 conventions, with accurate EOP interpolation.GTOD_CONVENTIONS_1996_SIMPLE_EOPGTOD, IERS 1996 conventions, with simple EOP interpolation.GTOD_CONVENTIONS_2003_ACCURATE_EOPGTOD, IERS 2003 conventions, with accurate EOP interpolation.GTOD_CONVENTIONS_2003_SIMPLE_EOPGTOD, IERS 2003 conventions, with simple EOP interpolation.GTOD_CONVENTIONS_2010_ACCURATE_EOPGTOD, IERS 2010 conventions, with accurate EOP interpolation.GTOD_CONVENTIONS_2010_SIMPLE_EOPGTOD, IERS 2010 conventions, with simple EOP interpolation.GTOD_WITHOUT_EOP_CORRECTIONSGTOD, IERS 1996 conventions without EOP corrections.ICRFICRF frame.ITRF_CIO_CONV_1996_ACCURATE_EOPCIO-based ITRF, IERS 1996 conventions with accurate EOP interpolation.ITRF_CIO_CONV_1996_SIMPLE_EOPCIO-based ITRF, IERS 1996 conventions with simple EOP interpolation.ITRF_CIO_CONV_2003_ACCURATE_EOPCIO-based ITRF, IERS 2003 conventions with accurate EOP interpolation.ITRF_CIO_CONV_2003_SIMPLE_EOPCIO-based ITRF, IERS 2003 conventions with simple EOP interpolation.ITRF_CIO_CONV_2010_ACCURATE_EOPCIO-based ITRF, IERS 2010 conventions with accurate EOP interpolation.ITRF_CIO_CONV_2010_SIMPLE_EOPCIO-based ITRF, IERS 2010 conventions with simple EOP interpolation.ITRF_EQUINOX_CONV_1996_ACCURATE_EOPEquinox-based ITRF, IERS 1996 conventions with accurate EOP interpolation.ITRF_EQUINOX_CONV_1996_SIMPLE_EOPEquinox-based ITRF, IERS 1996 conventions with simple EOP interpolation.ITRF_EQUINOX_CONV_2003_ACCURATE_EOPEquinox-based ITRF, IERS 2003 conventions with accurate EOP interpolation.ITRF_EQUINOX_CONV_2003_SIMPLE_EOPEquinox-based ITRF, IERS 2003 conventions with simple EOP interpolation.ITRF_EQUINOX_CONV_2010_ACCURATE_EOPEquinox-based ITRF, IERS 2010 conventions with accurate EOP interpolation.ITRF_EQUINOX_CONV_2010_SIMPLE_EOPEquinox-based ITRF, IERS 2010 conventions with simple EOP interpolation.MOD_CONVENTIONS_1996MOD, IERS 1996 conventions.MOD_CONVENTIONS_2003MOD, IERS 2003 conventions.MOD_CONVENTIONS_2010MOD, IERS 2010 conventions.MOD_WITHOUT_EOP_CORRECTIONSMOD, IERS 1996 conventions without EOP corrections.PZ90_11PZ-90.11 frame.TEMETEME frame.TIRF_CONVENTIONS_1996_ACCURATE_EOPTIRF, IERS 996 conventions, with accurate EOP interpolation.TIRF_CONVENTIONS_1996_SIMPLE_EOPTIRF, IERS 1996 conventions, with simple EOP interpolation.TIRF_CONVENTIONS_2003_ACCURATE_EOPTIRF, IERS 2003 conventions, with accurate EOP interpolation.TIRF_CONVENTIONS_2003_SIMPLE_EOPTIRF, IERS 2003 conventions, with simple EOP interpolation.TIRF_CONVENTIONS_2010_ACCURATE_EOPTIRF, IERS 2010 conventions, with accurate EOP interpolation.TIRF_CONVENTIONS_2010_SIMPLE_EOPTIRF, IERS 2010 conventions, with simple EOP interpolation.TOD_CONVENTIONS_1996_ACCURATE_EOPTOD, IERS 1996 conventions, with accurate EOP interpolation.TOD_CONVENTIONS_1996_SIMPLE_EOPTOD, IERS 1996 conventions, with simple EOP interpolation.TOD_CONVENTIONS_2003_ACCURATE_EOPTOD, IERS 2003 conventions, with accurate EOP interpolation.TOD_CONVENTIONS_2003_SIMPLE_EOPTOD, IERS 2003 conventions, with simple EOP interpolation.TOD_CONVENTIONS_2010_ACCURATE_EOPTOD, IERS 2010 conventions, with accurate EOP interpolation.TOD_CONVENTIONS_2010_SIMPLE_EOPTOD, IERS 2010 conventions, with simple EOP interpolation.TOD_WITHOUT_EOP_CORRECTIONSTOD, IERS 1996 conventions without EOP corrections.VEIS_1950Veis 1950.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Get the name of the frame.static PredefinedvalueOf(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.
-
-
-
Enum Constant Detail
-
GCRF
public static final Predefined GCRF
GCRF frame.
-
ICRF
public static final Predefined ICRF
ICRF frame.
-
ECLIPTIC_CONVENTIONS_1996
public static final Predefined ECLIPTIC_CONVENTIONS_1996
Ecliptic framen IERS 1996 conventions.
-
ECLIPTIC_CONVENTIONS_2003
public static final Predefined ECLIPTIC_CONVENTIONS_2003
Ecliptic framen IERS 2003 conventions.
-
ECLIPTIC_CONVENTIONS_2010
public static final Predefined ECLIPTIC_CONVENTIONS_2010
Ecliptic framen IERS 2010 conventions.
-
EME2000
public static final Predefined EME2000
EME2000 frame.
-
ITRF_CIO_CONV_2010_SIMPLE_EOP
public static final Predefined ITRF_CIO_CONV_2010_SIMPLE_EOP
CIO-based ITRF, IERS 2010 conventions with simple EOP interpolation.- Since:
- 6.1
-
ITRF_CIO_CONV_2010_ACCURATE_EOP
public static final Predefined ITRF_CIO_CONV_2010_ACCURATE_EOP
CIO-based ITRF, IERS 2010 conventions with accurate EOP interpolation.- Since:
- 6.1
-
ITRF_CIO_CONV_2003_SIMPLE_EOP
public static final Predefined ITRF_CIO_CONV_2003_SIMPLE_EOP
CIO-based ITRF, IERS 2003 conventions with simple EOP interpolation.- Since:
- 6.1
-
ITRF_CIO_CONV_2003_ACCURATE_EOP
public static final Predefined ITRF_CIO_CONV_2003_ACCURATE_EOP
CIO-based ITRF, IERS 2003 conventions with accurate EOP interpolation.- Since:
- 6.1
-
ITRF_CIO_CONV_1996_SIMPLE_EOP
public static final Predefined ITRF_CIO_CONV_1996_SIMPLE_EOP
CIO-based ITRF, IERS 1996 conventions with simple EOP interpolation.- Since:
- 6.1
-
ITRF_CIO_CONV_1996_ACCURATE_EOP
public static final Predefined ITRF_CIO_CONV_1996_ACCURATE_EOP
CIO-based ITRF, IERS 1996 conventions with accurate EOP interpolation.- Since:
- 6.1
-
ITRF_EQUINOX_CONV_2010_SIMPLE_EOP
public static final Predefined ITRF_EQUINOX_CONV_2010_SIMPLE_EOP
Equinox-based ITRF, IERS 2010 conventions with simple EOP interpolation.- Since:
- 6.1
-
ITRF_EQUINOX_CONV_2010_ACCURATE_EOP
public static final Predefined ITRF_EQUINOX_CONV_2010_ACCURATE_EOP
Equinox-based ITRF, IERS 2010 conventions with accurate EOP interpolation.- Since:
- 6.1
-
ITRF_EQUINOX_CONV_2003_SIMPLE_EOP
public static final Predefined ITRF_EQUINOX_CONV_2003_SIMPLE_EOP
Equinox-based ITRF, IERS 2003 conventions with simple EOP interpolation.- Since:
- 6.1
-
ITRF_EQUINOX_CONV_2003_ACCURATE_EOP
public static final Predefined ITRF_EQUINOX_CONV_2003_ACCURATE_EOP
Equinox-based ITRF, IERS 2003 conventions with accurate EOP interpolation.- Since:
- 6.1
-
ITRF_EQUINOX_CONV_1996_SIMPLE_EOP
public static final Predefined ITRF_EQUINOX_CONV_1996_SIMPLE_EOP
Equinox-based ITRF, IERS 1996 conventions with simple EOP interpolation.- Since:
- 6.1
-
ITRF_EQUINOX_CONV_1996_ACCURATE_EOP
public static final Predefined ITRF_EQUINOX_CONV_1996_ACCURATE_EOP
Equinox-based ITRF, IERS 1996 conventions with accurate EOP interpolation.- Since:
- 6.1
-
TIRF_CONVENTIONS_2010_SIMPLE_EOP
public static final Predefined TIRF_CONVENTIONS_2010_SIMPLE_EOP
TIRF, IERS 2010 conventions, with simple EOP interpolation.- Since:
- 6.1
-
TIRF_CONVENTIONS_2010_ACCURATE_EOP
public static final Predefined TIRF_CONVENTIONS_2010_ACCURATE_EOP
TIRF, IERS 2010 conventions, with accurate EOP interpolation.- Since:
- 6.1
-
TIRF_CONVENTIONS_2003_SIMPLE_EOP
public static final Predefined TIRF_CONVENTIONS_2003_SIMPLE_EOP
TIRF, IERS 2003 conventions, with simple EOP interpolation.- Since:
- 6.1
-
TIRF_CONVENTIONS_2003_ACCURATE_EOP
public static final Predefined TIRF_CONVENTIONS_2003_ACCURATE_EOP
TIRF, IERS 2003 conventions, with accurate EOP interpolation.- Since:
- 6.1
-
TIRF_CONVENTIONS_1996_SIMPLE_EOP
public static final Predefined TIRF_CONVENTIONS_1996_SIMPLE_EOP
TIRF, IERS 1996 conventions, with simple EOP interpolation.- Since:
- 6.1
-
TIRF_CONVENTIONS_1996_ACCURATE_EOP
public static final Predefined TIRF_CONVENTIONS_1996_ACCURATE_EOP
TIRF, IERS 996 conventions, with accurate EOP interpolation.- Since:
- 6.1
-
CIRF_CONVENTIONS_2010_ACCURATE_EOP
public static final Predefined CIRF_CONVENTIONS_2010_ACCURATE_EOP
CIRF frame, IERS 2010 conventions, with accurate EOP interpolation.- Since:
- 6.1
-
CIRF_CONVENTIONS_2010_SIMPLE_EOP
public static final Predefined CIRF_CONVENTIONS_2010_SIMPLE_EOP
CIRF frame, IERS 2010 conventions, with simple EOP interpolation.- Since:
- 6.1
-
CIRF_CONVENTIONS_2003_ACCURATE_EOP
public static final Predefined CIRF_CONVENTIONS_2003_ACCURATE_EOP
CIRF frame, IERS 2003 conventions, with accurate EOP interpolation.- Since:
- 6.1
-
CIRF_CONVENTIONS_2003_SIMPLE_EOP
public static final Predefined CIRF_CONVENTIONS_2003_SIMPLE_EOP
CIRF frame, IERS 2003 conventions, with simple EOP interpolation.- Since:
- 6.1
-
CIRF_CONVENTIONS_1996_ACCURATE_EOP
public static final Predefined CIRF_CONVENTIONS_1996_ACCURATE_EOP
CIRF frame, IERS 1996 conventions, with accurate EOP interpolation.- Since:
- 6.1
-
CIRF_CONVENTIONS_1996_SIMPLE_EOP
public static final Predefined CIRF_CONVENTIONS_1996_SIMPLE_EOP
CIRF frame, IERS 1996 conventions, with simple EOP interpolation.- Since:
- 6.1
-
VEIS_1950
public static final Predefined VEIS_1950
Veis 1950.
-
GTOD_WITHOUT_EOP_CORRECTIONS
public static final Predefined GTOD_WITHOUT_EOP_CORRECTIONS
GTOD, IERS 1996 conventions without EOP corrections.
-
GTOD_CONVENTIONS_2010_ACCURATE_EOP
public static final Predefined GTOD_CONVENTIONS_2010_ACCURATE_EOP
GTOD, IERS 2010 conventions, with accurate EOP interpolation.- Since:
- 6.1
-
GTOD_CONVENTIONS_2010_SIMPLE_EOP
public static final Predefined GTOD_CONVENTIONS_2010_SIMPLE_EOP
GTOD, IERS 2010 conventions, with simple EOP interpolation.- Since:
- 6.1
-
GTOD_CONVENTIONS_2003_ACCURATE_EOP
public static final Predefined GTOD_CONVENTIONS_2003_ACCURATE_EOP
GTOD, IERS 2003 conventions, with accurate EOP interpolation.- Since:
- 6.1
-
GTOD_CONVENTIONS_2003_SIMPLE_EOP
public static final Predefined GTOD_CONVENTIONS_2003_SIMPLE_EOP
GTOD, IERS 2003 conventions, with simple EOP interpolation.- Since:
- 6.1
-
GTOD_CONVENTIONS_1996_ACCURATE_EOP
public static final Predefined GTOD_CONVENTIONS_1996_ACCURATE_EOP
GTOD, IERS 1996 conventions, with accurate EOP interpolation.- Since:
- 6.1
-
GTOD_CONVENTIONS_1996_SIMPLE_EOP
public static final Predefined GTOD_CONVENTIONS_1996_SIMPLE_EOP
GTOD, IERS 1996 conventions, with simple EOP interpolation.- Since:
- 6.1
-
TOD_WITHOUT_EOP_CORRECTIONS
public static final Predefined TOD_WITHOUT_EOP_CORRECTIONS
TOD, IERS 1996 conventions without EOP corrections.
-
TOD_CONVENTIONS_2010_ACCURATE_EOP
public static final Predefined TOD_CONVENTIONS_2010_ACCURATE_EOP
TOD, IERS 2010 conventions, with accurate EOP interpolation.- Since:
- 6.1
-
TOD_CONVENTIONS_2010_SIMPLE_EOP
public static final Predefined TOD_CONVENTIONS_2010_SIMPLE_EOP
TOD, IERS 2010 conventions, with simple EOP interpolation.- Since:
- 6.1
-
TOD_CONVENTIONS_2003_ACCURATE_EOP
public static final Predefined TOD_CONVENTIONS_2003_ACCURATE_EOP
TOD, IERS 2003 conventions, with accurate EOP interpolation.- Since:
- 6.1
-
TOD_CONVENTIONS_2003_SIMPLE_EOP
public static final Predefined TOD_CONVENTIONS_2003_SIMPLE_EOP
TOD, IERS 2003 conventions, with simple EOP interpolation.- Since:
- 6.1
-
TOD_CONVENTIONS_1996_ACCURATE_EOP
public static final Predefined TOD_CONVENTIONS_1996_ACCURATE_EOP
TOD, IERS 1996 conventions, with accurate EOP interpolation.- Since:
- 6.1
-
TOD_CONVENTIONS_1996_SIMPLE_EOP
public static final Predefined TOD_CONVENTIONS_1996_SIMPLE_EOP
TOD, IERS 1996 conventions, with simple EOP interpolation.- Since:
- 6.1
-
MOD_WITHOUT_EOP_CORRECTIONS
public static final Predefined MOD_WITHOUT_EOP_CORRECTIONS
MOD, IERS 1996 conventions without EOP corrections.
-
MOD_CONVENTIONS_2010
public static final Predefined MOD_CONVENTIONS_2010
MOD, IERS 2010 conventions.- Since:
- 6.1
-
MOD_CONVENTIONS_2003
public static final Predefined MOD_CONVENTIONS_2003
MOD, IERS 2003 conventions.- Since:
- 6.1
-
MOD_CONVENTIONS_1996
public static final Predefined MOD_CONVENTIONS_1996
MOD, IERS 1996 conventions.- Since:
- 6.1
-
TEME
public static final Predefined TEME
TEME frame.
-
PZ90_11
public static final Predefined PZ90_11
PZ-90.11 frame.
-
-
Method Detail
-
values
public static Predefined[] 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 (Predefined c : Predefined.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static Predefined 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 nameNullPointerException- if the argument is null
-
getName
public String getName()
Get the name of the frame.- Returns:
- name of the frame
-
-