Serializable
, Comparable<Predefined>
public enum Predefined extends Enum<Predefined>
FramesFactory
.Enum Constant | Description |
---|---|
CIRF_CONVENTIONS_1996_ACCURATE_EOP |
CIRF frame, IERS 1996 conventions, with accurate EOP interpolation.
|
CIRF_CONVENTIONS_1996_SIMPLE_EOP |
CIRF frame, IERS 1996 conventions, with simple EOP interpolation.
|
CIRF_CONVENTIONS_2003_ACCURATE_EOP |
CIRF frame, IERS 2003 conventions, with accurate EOP interpolation.
|
CIRF_CONVENTIONS_2003_SIMPLE_EOP |
CIRF frame, IERS 2003 conventions, with simple EOP interpolation.
|
CIRF_CONVENTIONS_2010_ACCURATE_EOP |
CIRF frame, IERS 2010 conventions, with accurate EOP interpolation.
|
CIRF_CONVENTIONS_2010_SIMPLE_EOP |
CIRF frame, IERS 2010 conventions, with simple EOP interpolation.
|
ECLIPTIC_CONVENTIONS_1996 |
Ecliptic framen IERS 1996 conventions.
|
ECLIPTIC_CONVENTIONS_2003 |
Ecliptic framen IERS 2003 conventions.
|
ECLIPTIC_CONVENTIONS_2010 |
Ecliptic framen IERS 2010 conventions.
|
EME2000 |
EME2000 frame.
|
GCRF |
GCRF frame.
|
GTOD_CONVENTIONS_1996_ACCURATE_EOP |
GTOD, IERS 1996 conventions, with accurate EOP interpolation.
|
GTOD_CONVENTIONS_1996_SIMPLE_EOP |
GTOD, IERS 1996 conventions, with simple EOP interpolation.
|
GTOD_CONVENTIONS_2003_ACCURATE_EOP |
GTOD, IERS 2003 conventions, with accurate EOP interpolation.
|
GTOD_CONVENTIONS_2003_SIMPLE_EOP |
GTOD, IERS 2003 conventions, with simple EOP interpolation.
|
GTOD_CONVENTIONS_2010_ACCURATE_EOP |
GTOD, IERS 2010 conventions, with accurate EOP interpolation.
|
GTOD_CONVENTIONS_2010_SIMPLE_EOP |
GTOD, IERS 2010 conventions, with simple EOP interpolation.
|
GTOD_WITHOUT_EOP_CORRECTIONS |
GTOD, IERS 1996 conventions without EOP corrections.
|
ICRF |
ICRF frame.
|
ITRF_CIO_CONV_1996_ACCURATE_EOP |
CIO-based ITRF, IERS 1996 conventions with accurate EOP interpolation.
|
ITRF_CIO_CONV_1996_SIMPLE_EOP |
CIO-based ITRF, IERS 1996 conventions with simple EOP interpolation.
|
ITRF_CIO_CONV_2003_ACCURATE_EOP |
CIO-based ITRF, IERS 2003 conventions with accurate EOP interpolation.
|
ITRF_CIO_CONV_2003_SIMPLE_EOP |
CIO-based ITRF, IERS 2003 conventions with simple EOP interpolation.
|
ITRF_CIO_CONV_2010_ACCURATE_EOP |
CIO-based ITRF, IERS 2010 conventions with accurate EOP interpolation.
|
ITRF_CIO_CONV_2010_SIMPLE_EOP |
CIO-based ITRF, IERS 2010 conventions with simple EOP interpolation.
|
ITRF_EQUINOX_CONV_1996_ACCURATE_EOP |
Equinox-based ITRF, IERS 1996 conventions with accurate EOP interpolation.
|
ITRF_EQUINOX_CONV_1996_SIMPLE_EOP |
Equinox-based ITRF, IERS 1996 conventions with simple EOP interpolation.
|
ITRF_EQUINOX_CONV_2003_ACCURATE_EOP |
Equinox-based ITRF, IERS 2003 conventions with accurate EOP interpolation.
|
ITRF_EQUINOX_CONV_2003_SIMPLE_EOP |
Equinox-based ITRF, IERS 2003 conventions with simple EOP interpolation.
|
ITRF_EQUINOX_CONV_2010_ACCURATE_EOP |
Equinox-based ITRF, IERS 2010 conventions with accurate EOP interpolation.
|
ITRF_EQUINOX_CONV_2010_SIMPLE_EOP |
Equinox-based ITRF, IERS 2010 conventions with simple EOP interpolation.
|
MOD_CONVENTIONS_1996 |
MOD, IERS 1996 conventions.
|
MOD_CONVENTIONS_2003 |
MOD, IERS 2003 conventions.
|
MOD_CONVENTIONS_2010 |
MOD, IERS 2010 conventions.
|
MOD_WITHOUT_EOP_CORRECTIONS |
MOD, IERS 1996 conventions without EOP corrections.
|
TEME |
TEME frame.
|
TIRF_CONVENTIONS_1996_ACCURATE_EOP |
TIRF, IERS 996 conventions, with accurate EOP interpolation.
|
TIRF_CONVENTIONS_1996_SIMPLE_EOP |
TIRF, IERS 1996 conventions, with simple EOP interpolation.
|
TIRF_CONVENTIONS_2003_ACCURATE_EOP |
TIRF, IERS 2003 conventions, with accurate EOP interpolation.
|
TIRF_CONVENTIONS_2003_SIMPLE_EOP |
TIRF, IERS 2003 conventions, with simple EOP interpolation.
|
TIRF_CONVENTIONS_2010_ACCURATE_EOP |
TIRF, IERS 2010 conventions, with accurate EOP interpolation.
|
TIRF_CONVENTIONS_2010_SIMPLE_EOP |
TIRF, IERS 2010 conventions, with simple EOP interpolation.
|
TOD_CONVENTIONS_1996_ACCURATE_EOP |
TOD, IERS 1996 conventions, with accurate EOP interpolation.
|
TOD_CONVENTIONS_1996_SIMPLE_EOP |
TOD, IERS 1996 conventions, with simple EOP interpolation.
|
TOD_CONVENTIONS_2003_ACCURATE_EOP |
TOD, IERS 2003 conventions, with accurate EOP interpolation.
|
TOD_CONVENTIONS_2003_SIMPLE_EOP |
TOD, IERS 2003 conventions, with simple EOP interpolation.
|
TOD_CONVENTIONS_2010_ACCURATE_EOP |
TOD, IERS 2010 conventions, with accurate EOP interpolation.
|
TOD_CONVENTIONS_2010_SIMPLE_EOP |
TOD, IERS 2010 conventions, with simple EOP interpolation.
|
TOD_WITHOUT_EOP_CORRECTIONS |
TOD, IERS 1996 conventions without EOP corrections.
|
VEIS_1950 |
Veis 1950.
|
Modifier and Type | Method | 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 ECLIPTIC_CONVENTIONS_1996
public static final Predefined ECLIPTIC_CONVENTIONS_2003
public static final Predefined ECLIPTIC_CONVENTIONS_2010
public static final Predefined EME2000
public static final Predefined ITRF_CIO_CONV_2010_SIMPLE_EOP
public static final Predefined ITRF_CIO_CONV_2010_ACCURATE_EOP
public static final Predefined ITRF_CIO_CONV_2003_SIMPLE_EOP
public static final Predefined ITRF_CIO_CONV_2003_ACCURATE_EOP
public static final Predefined ITRF_CIO_CONV_1996_SIMPLE_EOP
public static final Predefined ITRF_CIO_CONV_1996_ACCURATE_EOP
public static final Predefined ITRF_EQUINOX_CONV_2010_SIMPLE_EOP
public static final Predefined ITRF_EQUINOX_CONV_2010_ACCURATE_EOP
public static final Predefined ITRF_EQUINOX_CONV_2003_SIMPLE_EOP
public static final Predefined ITRF_EQUINOX_CONV_2003_ACCURATE_EOP
public static final Predefined ITRF_EQUINOX_CONV_1996_SIMPLE_EOP
public static final Predefined ITRF_EQUINOX_CONV_1996_ACCURATE_EOP
public static final Predefined TIRF_CONVENTIONS_2010_SIMPLE_EOP
public static final Predefined TIRF_CONVENTIONS_2010_ACCURATE_EOP
public static final Predefined TIRF_CONVENTIONS_2003_SIMPLE_EOP
public static final Predefined TIRF_CONVENTIONS_2003_ACCURATE_EOP
public static final Predefined TIRF_CONVENTIONS_1996_SIMPLE_EOP
public static final Predefined TIRF_CONVENTIONS_1996_ACCURATE_EOP
public static final Predefined CIRF_CONVENTIONS_2010_ACCURATE_EOP
public static final Predefined CIRF_CONVENTIONS_2010_SIMPLE_EOP
public static final Predefined CIRF_CONVENTIONS_2003_ACCURATE_EOP
public static final Predefined CIRF_CONVENTIONS_2003_SIMPLE_EOP
public static final Predefined CIRF_CONVENTIONS_1996_ACCURATE_EOP
public static final Predefined CIRF_CONVENTIONS_1996_SIMPLE_EOP
public static final Predefined VEIS_1950
public static final Predefined GTOD_WITHOUT_EOP_CORRECTIONS
public static final Predefined GTOD_CONVENTIONS_2010_ACCURATE_EOP
public static final Predefined GTOD_CONVENTIONS_2010_SIMPLE_EOP
public static final Predefined GTOD_CONVENTIONS_2003_ACCURATE_EOP
public static final Predefined GTOD_CONVENTIONS_2003_SIMPLE_EOP
public static final Predefined GTOD_CONVENTIONS_1996_ACCURATE_EOP
public static final Predefined GTOD_CONVENTIONS_1996_SIMPLE_EOP
public static final Predefined TOD_WITHOUT_EOP_CORRECTIONS
public static final Predefined TOD_CONVENTIONS_2010_ACCURATE_EOP
public static final Predefined TOD_CONVENTIONS_2010_SIMPLE_EOP
public static final Predefined TOD_CONVENTIONS_2003_ACCURATE_EOP
public static final Predefined TOD_CONVENTIONS_2003_SIMPLE_EOP
public static final Predefined TOD_CONVENTIONS_1996_ACCURATE_EOP
public static final Predefined TOD_CONVENTIONS_1996_SIMPLE_EOP
public static final Predefined MOD_WITHOUT_EOP_CORRECTIONS
public static final Predefined MOD_CONVENTIONS_2010
public static final Predefined MOD_CONVENTIONS_2003
public static final Predefined MOD_CONVENTIONS_1996
public static final Predefined TEME
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 © 2002-2019 CS Systèmes d'information. All rights reserved.