public enum OrbitRelativeFrame extends Enum<OrbitRelativeFrame>
Enum Constant and Description |
---|
EQW_INERTIAL
Equinoctial coordinate system (X towards ascending node, Z towards momentum).
|
LVLH
Local vertical, Local Horizontal (Z towards nadir, Y opposite to momentum).
|
LVLH_INERTIAL
Local vertical, Local Horizontal (Z towards nadir, Y opposite to momentum).
|
LVLH_ROTATING
Local vertical, Local Horizontal (Z towards nadir, Y opposite to momentum).
|
NSW_INERTIAL
Nadir, Sun, Normal (X towards nadir, Y as close to Sun as possible).
|
NSW_ROTATING
Nadir, Sun, Normal (X towards nadir, Y as close to Sun as possible).
|
NTW_INERTIAL
Transverse Velocity Normal coordinate system (Y towards velocity, Z towards momentum).
|
NTW_ROTATING
Transverse Velocity Normal coordinate system (Y towards velocity, Z towards momentum).
|
PQW_INERTIAL
Perifocal coordinate system (X towards periapsis, Z towards momentum).
|
QSW
Another name for Radial, Transverse (along-track) and Normal (X towards zenith, Z towards momentum).
|
RIC
Another name for Radial, Transverse (along-track) and Normal (X towards zenith, Z towards momentum).
|
RSW
Another name for Radial, Transverse (along-track) and Normal.
|
RSW_INERTIAL
Another name for Radial, Transverse (along-track) and Normal (X towards zenith, Z towards momentum).
|
RSW_ROTATING
Another name for Radial, Transverse (along-track) and Normal (X towards zenith, Z towards momentum).
|
RTN
Radial, Transverse (along-track) and Normal (X towards zenith, Z towards momentum).
|
SEZ_INERTIAL
South, East, Zenith coordinate system.
|
SEZ_ROTATING
South, East, Zenith coordinate system.
|
TNW
TNW : x-axis along the velocity vector, W along the orbital angular momentum vector and
N completes the right handed system.
|
TNW_INERTIAL
Tangential, Normal, Cross-track coordinate system (X towards velocity, Z towards momentum).
|
TNW_ROTATING
Tangential, Normal, Cross-track coordinate system (X towards velocity, Z towards momentum).
|
VNC_INERTIAL
Velocity, Normal, Co-normal coordinate system (X towards velocity, Y towards momentum).
|
VNC_ROTATING
Velocity, Normal, Co-normal coordinate system (X towards velocity, Y towards momentum).
|
Modifier and Type | Method and Description |
---|---|
LOFType |
getLofType()
Get the type of Local Orbital frame.
|
boolean |
isQuasiInertial()
Check if frame should be treated as inertial.
|
static OrbitRelativeFrame |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrbitRelativeFrame[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OrbitRelativeFrame EQW_INERTIAL
public static final OrbitRelativeFrame LVLH_ROTATING
public static final OrbitRelativeFrame LVLH_INERTIAL
public static final OrbitRelativeFrame LVLH
public static final OrbitRelativeFrame NSW_ROTATING
public static final OrbitRelativeFrame NSW_INERTIAL
public static final OrbitRelativeFrame NTW_ROTATING
public static final OrbitRelativeFrame NTW_INERTIAL
public static final OrbitRelativeFrame PQW_INERTIAL
public static final OrbitRelativeFrame RSW_ROTATING
public static final OrbitRelativeFrame RSW_INERTIAL
public static final OrbitRelativeFrame RSW
public static final OrbitRelativeFrame RIC
public static final OrbitRelativeFrame RTN
public static final OrbitRelativeFrame QSW
public static final OrbitRelativeFrame TNW_ROTATING
public static final OrbitRelativeFrame TNW_INERTIAL
public static final OrbitRelativeFrame TNW
public static final OrbitRelativeFrame SEZ_ROTATING
public static final OrbitRelativeFrame SEZ_INERTIAL
public static final OrbitRelativeFrame VNC_ROTATING
public static final OrbitRelativeFrame VNC_INERTIAL
public static OrbitRelativeFrame[] values()
for (OrbitRelativeFrame c : OrbitRelativeFrame.values()) System.out.println(c);
public static OrbitRelativeFrame 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 LOFType getLofType()
public boolean isQuasiInertial()
A frame treated as an inertial coordinate system if it is considered to be redefined at each time of interest
Copyright © 2002-2022 CS GROUP. All rights reserved.