public static enum MeeusSun.MODEL extends Enum<MeeusSun.MODEL>
Enum Constant and Description |
---|
BOARD
Board model.
|
STANDARD
Standard model.
|
STELA
STELA model.
|
Modifier and Type | Field and Description |
---|---|
protected double |
eccentricity0
Earth's orbit eccentricity constant.
|
protected double |
eccentricity1
Earth's orbit eccentricity constant.
|
protected double |
eccentricity2
Earth's orbit eccentricity constant.
|
protected Frame |
inertialSunFrame
Sun inertially oriented frame.
|
protected double |
meanAnomaly0
Sun mean anomaly constant (rad).
|
protected double |
meanAnomaly1
Sun mean anomaly constant (rad).
|
protected double |
meanAnomaly2
Sun mean anomaly constant (rad).
|
protected double |
meanAnomaly3
Sun mean anomaly constant (rad).
|
protected double |
meanLongitude0
Sun mean longitude constant (rad).
|
protected double |
meanLongitude1
Sun mean longitude constant (rad).
|
protected double |
meanLongitude2
Sun mean longitude constant (rad).
|
protected double |
obliquity0
Obliquity of the ecliptic constant.
|
protected double |
obliquity1
Obliquity of the ecliptic constant.
|
protected double |
obliquity2
Obliquity of the ecliptic constant.
|
protected double |
obliquity3
Obliquity of the ecliptic constant.
|
protected double |
sunCenter10
Constant of the Sun's equation of center C (rad).
|
protected double |
sunCenter11
Constant of the Sun's equation of center C (rad).
|
protected double |
sunCenter12
Constant of the Sun's equation of center C (rad).
|
protected double |
sunCenter20
Constant of the Sun's equation of center C (rad).
|
protected double |
sunCenter21
Constant of the Sun's equation of center C (rad).
|
protected double |
sunCenter30
Constant of the Sun's equation of center C (rad).
|
protected double |
sunEarthCoeff
Coefficient from the Earth to the Sun constant (AU).
|
protected double |
sunLongToJ2000
Sun longitude in J2000.
|
Modifier and Type | Method and Description |
---|---|
static MeeusSun.MODEL |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MeeusSun.MODEL[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MeeusSun.MODEL STANDARD
public static final MeeusSun.MODEL STELA
public static final MeeusSun.MODEL BOARD
protected final double meanLongitude0
protected final double meanLongitude1
protected final double meanLongitude2
protected final double meanAnomaly0
protected final double meanAnomaly1
protected final double meanAnomaly2
protected final double meanAnomaly3
protected final double eccentricity0
protected final double eccentricity1
protected final double eccentricity2
protected final double obliquity0
protected final double obliquity1
protected final double obliquity2
protected final double obliquity3
protected final double sunCenter10
protected final double sunCenter11
protected final double sunCenter12
protected final double sunCenter20
protected final double sunCenter21
protected final double sunCenter30
protected final double sunEarthCoeff
protected final Frame inertialSunFrame
protected final double sunLongToJ2000
public static MeeusSun.MODEL[] values()
for (MeeusSun.MODEL c : MeeusSun.MODEL.values()) System.out.println(c);
public static MeeusSun.MODEL 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 nullCopyright © 2023 CNES. All rights reserved.