public enum PhysicalPropertiesKey extends Enum<PhysicalPropertiesKey>
physical properties data
entries.Enum Constant and Description |
---|
AREA_ALONG_OEB_INT
Cross-sectional area of Optimally Enclosing Box along Y-OEB.
|
AREA_ALONG_OEB_MAX
Cross-sectional area of Optimally Enclosing Box along X-OEB.
|
AREA_ALONG_OEB_MIN
Cross-sectional area of Optimally Enclosing Box along Z-OEB.
|
AREA_MAX_FOR_PC
Maximum cross-sectional area for collision probability estimation purposes.
|
AREA_MIN_FOR_PC
Minimum cross-sectional area for collision probability estimation purposes.
|
AREA_TYP_FOR_PC
Typical (50th percentile) cross-sectional area for collision probability estimation purposes.
|
ATT_ACTUATOR_TYPE
Type of actuator for attitude control.
|
ATT_CONTROL
Accuracy of attitude control.
|
ATT_CONTROL_MODE
Attitude control mode.
|
ATT_KNOWLEDGE
Accuracy of attitude knowledge.
|
ATT_POINTING
Overall accuracy of spacecraft to maintain attitude.
|
AVG_MANEUVER_FREQ
Average number of orbit or attitude maneuvers per year.
|
BUS_MODEL
Bus model name.
|
COMMENT
Comment entry.
|
DOCKED_WITH
Other space objects this object is docked to.
|
DRAG_COEFF_NOM
Nominal drag coefficient.
|
DRAG_CONST_AREA
Attitude-independent drag cross-sectional area, not already into attitude-dependent area along OEB.
|
DRAG_UNCERTAINTY
Drag coefficient 1σ uncertainty.
|
DRY_MASS
Mass without propellant.
|
DV_BOL
Total ΔV capability at beginning of life.
|
DV_REMAINING
Total ΔV remaining for spacecraft.
|
INITIAL_WET_MASS
Total mass at beginning of life.
|
IXX
Moment of inertia about X-axis.
|
IXY
Inertia cross product of the X and Y axes.
|
IXZ
Inertia cross product of the X and Z axes.
|
IYY
Moment of inertia about Y-axis.
|
IYZ
Inertia cross product of the Y and Z axes.
|
IZZ
Moment of inertia about Z-axis.
|
MANUFACTURER
Satellite manufacturer name.
|
MAX_THRUST
Maximum composite thrust the spacecraft can accomplish.
|
OEB_INT
Dimensions of Optimally Enclosing Box along Y-OEB (i.e intermediate).
|
OEB_MAX
Dimensions of Optimally Enclosing Box along X-OEB (i.e max).
|
OEB_MIN
Dimensions of Optimally Enclosing Box along Z-OEB (i.e min).
|
OEB_PARENT_FRAME
Optimally Enclosing Box parent reference frame.
|
OEB_PARENT_FRAME_EPOCH
Optimally Enclosing Box parent reference frame epoch.
|
OEB_Q1
Quaternion defining Optimally Enclosing Box (first vectorial component).
|
OEB_Q2
Quaternion defining Optimally Enclosing Box (second vectorial component).
|
OEB_Q3
Quaternion defining Optimally Enclosing Box (third vectorial component).
|
OEB_QC
Quaternion defining Optimally Enclosing Box (scalar component).
|
RCS
Typical (50th percentile) radar cross-section.
|
RCS_MAX
Maximum radar cross-section.
|
RCS_MIN
Minimum radar cross-section.
|
REFLECTIVITY
Typical (50th percentile) coefficient of reflectivity.
|
SOLAR_RAD_COEFF
Nominal SRP coefficient.
|
SOLAR_RAD_UNCERTAINTY
SRP coefficient 1σ uncertainty.
|
SRP_CONST_AREA
Attitude-independent SRP area, not already into attitude-dependent area along OEB.
|
VM_ABSOLUTE
Typical (50th percentile) visual magnitude.
|
VM_APPARENT
Typical (50th percentile) apparent visual magnitude.
|
VM_APPARENT_MAX
Maximum apparent visual magnitude.
|
VM_APPARENT_MIN
Minimum apparent visual magnitude.
|
WET_MASS
Total mass at T₀.
|
Modifier and Type | Method and Description |
---|---|
boolean |
process(ParseToken token,
ContextBinding context,
PhysicalProperties data)
Process an token.
|
static PhysicalPropertiesKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PhysicalPropertiesKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PhysicalPropertiesKey COMMENT
public static final PhysicalPropertiesKey MANUFACTURER
public static final PhysicalPropertiesKey BUS_MODEL
public static final PhysicalPropertiesKey DOCKED_WITH
public static final PhysicalPropertiesKey DRAG_CONST_AREA
public static final PhysicalPropertiesKey DRAG_COEFF_NOM
public static final PhysicalPropertiesKey DRAG_UNCERTAINTY
public static final PhysicalPropertiesKey INITIAL_WET_MASS
public static final PhysicalPropertiesKey WET_MASS
public static final PhysicalPropertiesKey DRY_MASS
public static final PhysicalPropertiesKey OEB_PARENT_FRAME
public static final PhysicalPropertiesKey OEB_PARENT_FRAME_EPOCH
public static final PhysicalPropertiesKey OEB_Q1
public static final PhysicalPropertiesKey OEB_Q2
public static final PhysicalPropertiesKey OEB_Q3
public static final PhysicalPropertiesKey OEB_QC
public static final PhysicalPropertiesKey OEB_MAX
public static final PhysicalPropertiesKey OEB_INT
public static final PhysicalPropertiesKey OEB_MIN
public static final PhysicalPropertiesKey AREA_ALONG_OEB_MAX
public static final PhysicalPropertiesKey AREA_ALONG_OEB_INT
public static final PhysicalPropertiesKey AREA_ALONG_OEB_MIN
public static final PhysicalPropertiesKey AREA_MIN_FOR_PC
public static final PhysicalPropertiesKey AREA_MAX_FOR_PC
public static final PhysicalPropertiesKey AREA_TYP_FOR_PC
public static final PhysicalPropertiesKey RCS
public static final PhysicalPropertiesKey RCS_MIN
public static final PhysicalPropertiesKey RCS_MAX
public static final PhysicalPropertiesKey SRP_CONST_AREA
public static final PhysicalPropertiesKey SOLAR_RAD_COEFF
public static final PhysicalPropertiesKey SOLAR_RAD_UNCERTAINTY
public static final PhysicalPropertiesKey VM_ABSOLUTE
public static final PhysicalPropertiesKey VM_APPARENT_MIN
public static final PhysicalPropertiesKey VM_APPARENT
public static final PhysicalPropertiesKey VM_APPARENT_MAX
public static final PhysicalPropertiesKey REFLECTIVITY
public static final PhysicalPropertiesKey ATT_CONTROL_MODE
public static final PhysicalPropertiesKey ATT_ACTUATOR_TYPE
public static final PhysicalPropertiesKey ATT_KNOWLEDGE
public static final PhysicalPropertiesKey ATT_CONTROL
public static final PhysicalPropertiesKey ATT_POINTING
public static final PhysicalPropertiesKey AVG_MANEUVER_FREQ
public static final PhysicalPropertiesKey MAX_THRUST
public static final PhysicalPropertiesKey DV_BOL
public static final PhysicalPropertiesKey DV_REMAINING
public static final PhysicalPropertiesKey IXX
public static final PhysicalPropertiesKey IYY
public static final PhysicalPropertiesKey IZZ
public static final PhysicalPropertiesKey IXY
public static final PhysicalPropertiesKey IXZ
public static final PhysicalPropertiesKey IYZ
public static PhysicalPropertiesKey[] values()
for (PhysicalPropertiesKey c : PhysicalPropertiesKey.values()) System.out.println(c);
public static PhysicalPropertiesKey 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 boolean process(ParseToken token, ContextBinding context, PhysicalProperties data)
token
- token to processcontext
- context bindingdata
- data to fillCopyright © 2002-2022 CS GROUP. All rights reserved.