public enum VarList extends Enum<VarList>
Enum Constant and Description |
---|
A
Semi-major axis.
|
ACCA
Aerodynamic acceleration.
|
ACCAX
X component of the aerodynamic acceleration.
|
ACCAY
Y component of the aerodynamic acceleration.
|
ACCAZ
Z component of the aerodynamic acceleration.
|
ACCM
Moon acceleration.
|
ACCMX
X component of the moon acceleration.
|
ACCMY
Y component of the moon acceleration.
|
ACCMZ
Z component of the moon acceleration.
|
ACCN
Newtonian acceleration in propagation frame.
|
ACCNX
X component of the newtonian acceleration.
|
ACCNY
Y component of the newtonian acceleration.
|
ACCNZ
Z component of the newtonian acceleration.
|
ACCP
Earth potential acceleration.
|
ACCPX
X component of the earth potential acceleration.
|
ACCPY
Y component of the earth potential acceleration.
|
ACCPZ
Z component of the earth potential acceleration.
|
ACCS
Sun acceleration.
|
ACCSX
X component of the sun acceleration.
|
ACCSY
Y component of the moon acceleration.
|
ACCSZ
Z component of the moon acceleration.
|
ALTG
Geodetic altitude.
|
ALTS
Geocentric altitude.
|
AOA
Angle of attack.
|
AOP
Perigee argument.
|
APO
Apoapsis.
|
APOALT
Apoapsis.
|
AZIA
Velocity elevation in ITRF.
|
AZIR
Velocity azimut in rotating frame.
|
BANK
Roll velocity.
|
BETA
Sideslip.
|
CX
Drag coefficient.
|
CZ
Lift coefficient.
|
DATE
Date.
|
E
Eccentricity.
|
EA
Eccentric anomaly.
|
EAOL
Eccentric latitude argument.
|
EX
First component of the eccentricity vector.
|
EY
Second component of eccentricity vector.
|
FPAA
Velocity elevation in ITRF.
|
FPAR
Velocity elevation in rotating frame.
|
HX
First component of the inclination vector.
|
HY
Second component of the inclination vector.
|
I
Inclination.
|
LATG
Geodetic latitude.
|
LATS
Geocentric latitude.
|
LON
Geodetic longitude.
|
MA
Mean anomaly.
|
MACH
Mach number.
|
MAOL
Mean latitude argument.
|
MLT
Mean local time in TIRF.
|
PERI
Periapsis.
|
PERIALT
Periapsis.
|
PHI
Third elementary rotation in inertial frame.
|
PHIL
Third elementary rotation in local frame.
|
PITCH
Pitch in aircraft frame.
|
PMASS
Propellant mass.
|
POSIN
Position norm in inertial frame.
|
PSI
First elementary rotation in inertial frame.
|
PSIL
First elementary rotation in local frame.
|
Q0
First quaternion component.
|
Q1
Second quaternion component.
|
Q2
Thrid quaternion component.
|
Q3
Fourth quaternion component.
|
RAAN
Argument of the ascending node.
|
RHO
Atmospheric density.
|
ROLL
Roll in aircraft frame.
|
SPIN
Spin rate.
|
TA
True anomaly.
|
TAOL
True latitude argument.
|
THETA
Second elementary rotation in inertial frame.
|
THETAL
Second elementary rotation in local frame.
|
TIME
Duration.
|
TLT
True local time in TIRF.
|
TMASS
Total mass.
|
VIN
Velocity norm in inertial frame.
|
VREL
Relative velocity in rotating frame.
|
VTS_DATE
Date for VTS files in EME2000.
|
VTS_PHI
Third elementary rotation in EME2000 frame.
|
VTS_PSI
First elementary rotation in EME2000 frame.
|
VTS_THETA
Second elementary rotation in EME2000 frame.
|
VTS_VXIN
Inertial EME2000 x velocity coordinate.
|
VTS_VYIN
Inertial EME2000 y velocity coordinate.
|
VTS_VZIN
Inertial EME2000 y velocity coordinate.
|
VTS_XIN
Inertial EME2000 x position coordinate.
|
VTS_YIN
Inertial EME2000 y position coordinate.
|
VTS_ZIN
Inertial EME2000 z position coordinate.
|
VXIN
Velocity in inertial x coordinates.
|
VXREL
X component of the relative velocity in rotating frame.
|
VYIN
Velocity in inertial y coordinates.
|
VYREL
Y component of the relative velocity in rotating frame.
|
VZIN
Velocity in inertial z coordinates.
|
VZREL
Z component of the relative velocity in rotating frame.
|
XIN
Inertial x coordinates.
|
XREL
X component of the relative position in rotating frame.
|
XSPIN
Spin rate about x satellite axis.
|
YAW
Yaw in aircraft frame.
|
YIN
Inertial y coordinates.
|
YREL
Y component of the relative position in rotating frame.
|
YSPIN
Spin rate about y satellite axis.
|
ZIN
Inertial z coordinates.
|
ZREL
Z component of the relative position in rotating frame.
|
ZSPIN
Spin rate about z satellite axis.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Get description of the output variable.
|
Double |
getGapThreshold()
Get the gap threshold value.
|
fr.cnes.genius.sqlite.ColumnInfo.ColumnType |
getType()
Get the column type.
|
String |
getUnit()
Get units.
|
boolean |
isUserVisible()
Get if the variable shall be displayed in the userLsit.
|
static VarList |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VarList[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VarList DATE
public static final VarList TIME
public static final VarList TMASS
public static final VarList PMASS
public static final VarList XIN
public static final VarList YIN
public static final VarList ZIN
public static final VarList VXIN
public static final VarList VYIN
public static final VarList VZIN
public static final VarList POSIN
public static final VarList VIN
public static final VarList XREL
public static final VarList YREL
public static final VarList ZREL
public static final VarList VXREL
public static final VarList VYREL
public static final VarList VZREL
public static final VarList VREL
public static final VarList A
public static final VarList E
public static final VarList I
public static final VarList AOP
public static final VarList RAAN
public static final VarList TA
public static final VarList MA
public static final VarList EA
public static final VarList EX
public static final VarList EY
public static final VarList HX
public static final VarList HY
public static final VarList TAOL
public static final VarList MAOL
public static final VarList EAOL
public static final VarList PERI
public static final VarList APO
public static final VarList PERIALT
public static final VarList APOALT
public static final VarList LATG
public static final VarList LON
public static final VarList ALTG
public static final VarList LATS
public static final VarList ALTS
public static final VarList AZIA
public static final VarList FPAA
public static final VarList AZIR
public static final VarList FPAR
public static final VarList PSI
public static final VarList THETA
public static final VarList PHI
public static final VarList PSIL
public static final VarList THETAL
public static final VarList PHIL
public static final VarList Q0
public static final VarList Q1
public static final VarList Q2
public static final VarList Q3
public static final VarList AOA
public static final VarList BETA
public static final VarList BANK
public static final VarList YAW
public static final VarList PITCH
public static final VarList ROLL
public static final VarList SPIN
public static final VarList XSPIN
public static final VarList YSPIN
public static final VarList ZSPIN
public static final VarList ACCN
public static final VarList ACCNX
public static final VarList ACCNY
public static final VarList ACCNZ
public static final VarList ACCP
public static final VarList ACCPX
public static final VarList ACCPY
public static final VarList ACCPZ
public static final VarList ACCM
public static final VarList ACCMX
public static final VarList ACCMY
public static final VarList ACCMZ
public static final VarList ACCS
public static final VarList ACCSX
public static final VarList ACCSY
public static final VarList ACCSZ
public static final VarList ACCA
public static final VarList ACCAX
public static final VarList ACCAY
public static final VarList ACCAZ
public static final VarList RHO
public static final VarList CX
public static final VarList CZ
public static final VarList MACH
public static final VarList MLT
public static final VarList TLT
public static final VarList VTS_DATE
public static final VarList VTS_XIN
public static final VarList VTS_YIN
public static final VarList VTS_ZIN
public static final VarList VTS_VXIN
public static final VarList VTS_VYIN
public static final VarList VTS_VZIN
public static final VarList VTS_PSI
public static final VarList VTS_THETA
public static final VarList VTS_PHI
public static VarList[] values()
for (VarList c : VarList.values()) System.out.println(c);
public static VarList 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 getDescription()
public String getUnit()
public fr.cnes.genius.sqlite.ColumnInfo.ColumnType getType()
public boolean isUserVisible()
public Double getGapThreshold()
Copyright © 2017. All rights reserved.