public enum OrbitPhysicalPropertiesKey extends Enum<OrbitPhysicalPropertiesKey>
Enum Constant and Description |
---|
AREA_ALONG_OEB_INT
沿Y-OEB的最优外接框的横截面积。
|
AREA_ALONG_OEB_MAX
沿X-OEB的最优外接框的横截面积。
|
AREA_ALONG_OEB_MIN
沿Z-OEB的最优外接框的横截面积。
|
AREA_MAX_FOR_PC
用于碰撞概率估计目的的最大横截面积。
|
AREA_MIN_FOR_PC
用于碰撞概率估计目的的最小横截面积。
|
AREA_TYP_FOR_PC
用于碰撞概率估计目的的典型(50th百分位)横截面积。
|
ATT_ACTUATOR_TYPE
姿态控制的执行器类型。
|
ATT_CONTROL
姿态控制的准确性。
|
ATT_CONTROL_MODE
姿态控制模式。
|
ATT_KNOWLEDGE
姿态知识的准确性。
|
ATT_POINTING
维持姿态的航天器的整体准确性。
|
AVG_MANEUVER_FREQ
每年轨道或姿态机动的平均次数。
|
BUS_MODEL
总线型号名称。
|
COMMENT
注释条目。
|
DOCKED_WITH
与之对接的其他空间对象。
|
DRAG_COEFF_NOM
标称阻力系数。
|
DRAG_CONST_AREA
与OEB沿姿态无关的阻力横截面积,尚未计入OEB沿姿态依赖的区域。
|
DRAG_UNCERTAINTY
阻力系数1σ不确定性。
|
DRY_MASS
无推进剂的质量。
|
DV_BOL
寿命开始时的总ΔV能力。
|
DV_REMAINING
航天器剩余的总ΔV。
|
INITIAL_WET_MASS
寿命开始时的总质量。
|
IXX
关于X轴的惯性矩。
|
IXY
X轴和Y轴的惯性交叉乘积。
|
IXZ
X轴和Z轴的惯性交叉乘积。
|
IYY
关于Y轴的惯性矩。
|
IYZ
Y轴和Z轴的惯性交叉乘积。
|
IZZ
关于Z轴的惯性矩。
|
MANUFACTURER
卫星制造商名称。
|
MAX_THRUST
航天器可以实现的最大复合推力。
|
OEB_INT
沿Y-OEB的最优外接框尺寸(即中间)。
|
OEB_MAX
沿X-OEB的最优外接框尺寸(即最大)。
|
OEB_MIN
沿Z-OEB的最优外接框尺寸(即最小)。
|
OEB_PARENT_FRAME
最优外接框的父参考系。
|
OEB_PARENT_FRAME_EPOCH
最优外接框的父参考系时刻。
|
OEB_Q1
定义最优外接框的四元数(第一个矢量分量)。
|
OEB_Q2
定义最优外接框的四元数(第二个矢量分量)。
|
OEB_Q3
定义最优外接框的四元数(第三个矢量分量)。
|
OEB_QC
定义最优外接框的四元数(标量分量)。
|
RCS
典型(50th百分位)雷达横截面。
|
RCS_MAX
最大雷达横截面。
|
RCS_MIN
最小雷达横截面。
|
REFLECTANCE
典型(50th百分位)反射系数。
|
SOLAR_RAD_COEFF
标称SRP系数。
|
SOLAR_RAD_UNCERTAINTY
SRP系数1σ不确定性。
|
SRP_CONST_AREA
与OEB沿姿态无关的SRP面积,尚未计入OEB沿姿态依赖的区域。
|
VM_ABSOLUTE
典型(50th百分位)视星等。
|
VM_APPARENT
典型(50th百分位)视星等。
|
VM_APPARENT_MAX
最大视星等。
|
VM_APPARENT_MIN
最小视星等。
|
WET_MASS
T₀时刻的总质量。
|
Modifier and Type | Method and Description |
---|---|
boolean |
process(ParseToken token, ContextBinding context, OrbitPhysicalProperties data)
处理一个标记。
|
static OrbitPhysicalPropertiesKey |
valueOf(String name)
返回具有指定名称的此类型的枚举常量。
|
static OrbitPhysicalPropertiesKey[] |
values()
返回包含此枚举类型常量的数组,按声明顺序排列。
|
public static final OrbitPhysicalPropertiesKey COMMENT
public static final OrbitPhysicalPropertiesKey MANUFACTURER
public static final OrbitPhysicalPropertiesKey BUS_MODEL
public static final OrbitPhysicalPropertiesKey DOCKED_WITH
public static final OrbitPhysicalPropertiesKey DRAG_CONST_AREA
public static final OrbitPhysicalPropertiesKey DRAG_COEFF_NOM
public static final OrbitPhysicalPropertiesKey DRAG_UNCERTAINTY
public static final OrbitPhysicalPropertiesKey INITIAL_WET_MASS
public static final OrbitPhysicalPropertiesKey WET_MASS
public static final OrbitPhysicalPropertiesKey DRY_MASS
public static final OrbitPhysicalPropertiesKey OEB_PARENT_FRAME
public static final OrbitPhysicalPropertiesKey OEB_PARENT_FRAME_EPOCH
public static final OrbitPhysicalPropertiesKey OEB_Q1
public static final OrbitPhysicalPropertiesKey OEB_Q2
public static final OrbitPhysicalPropertiesKey OEB_Q3
public static final OrbitPhysicalPropertiesKey OEB_QC
public static final OrbitPhysicalPropertiesKey OEB_MAX
public static final OrbitPhysicalPropertiesKey OEB_INT
public static final OrbitPhysicalPropertiesKey OEB_MIN
public static final OrbitPhysicalPropertiesKey AREA_ALONG_OEB_MAX
public static final OrbitPhysicalPropertiesKey AREA_ALONG_OEB_INT
public static final OrbitPhysicalPropertiesKey AREA_ALONG_OEB_MIN
public static final OrbitPhysicalPropertiesKey AREA_MIN_FOR_PC
public static final OrbitPhysicalPropertiesKey AREA_MAX_FOR_PC
public static final OrbitPhysicalPropertiesKey AREA_TYP_FOR_PC
public static final OrbitPhysicalPropertiesKey RCS
public static final OrbitPhysicalPropertiesKey RCS_MIN
public static final OrbitPhysicalPropertiesKey RCS_MAX
public static final OrbitPhysicalPropertiesKey SRP_CONST_AREA
public static final OrbitPhysicalPropertiesKey SOLAR_RAD_COEFF
public static final OrbitPhysicalPropertiesKey SOLAR_RAD_UNCERTAINTY
public static final OrbitPhysicalPropertiesKey VM_ABSOLUTE
public static final OrbitPhysicalPropertiesKey VM_APPARENT_MIN
public static final OrbitPhysicalPropertiesKey VM_APPARENT
public static final OrbitPhysicalPropertiesKey VM_APPARENT_MAX
public static final OrbitPhysicalPropertiesKey REFLECTANCE
public static final OrbitPhysicalPropertiesKey ATT_CONTROL_MODE
public static final OrbitPhysicalPropertiesKey ATT_ACTUATOR_TYPE
public static final OrbitPhysicalPropertiesKey ATT_KNOWLEDGE
public static final OrbitPhysicalPropertiesKey ATT_CONTROL
public static final OrbitPhysicalPropertiesKey ATT_POINTING
public static final OrbitPhysicalPropertiesKey AVG_MANEUVER_FREQ
public static final OrbitPhysicalPropertiesKey MAX_THRUST
public static final OrbitPhysicalPropertiesKey DV_BOL
public static final OrbitPhysicalPropertiesKey DV_REMAINING
public static final OrbitPhysicalPropertiesKey IXX
public static final OrbitPhysicalPropertiesKey IYY
public static final OrbitPhysicalPropertiesKey IZZ
public static final OrbitPhysicalPropertiesKey IXY
public static final OrbitPhysicalPropertiesKey IXZ
public static final OrbitPhysicalPropertiesKey IYZ
public static OrbitPhysicalPropertiesKey[] values()
for (OrbitPhysicalPropertiesKey c : OrbitPhysicalPropertiesKey.values()) System.out.println(c);
public static OrbitPhysicalPropertiesKey valueOf(String name)
name
- 要返回的枚举常量的名称。
IllegalArgumentException
- 如果此枚举类型没有具有指定名称的常量
NullPointerException
- 如果参数为null
public boolean process(ParseToken token, ContextBinding context, OrbitPhysicalProperties data)
token
- 要处理的标记
context
- 上下文绑定
data
- 要填充的数据
Copyright © 2002-2023 CS GROUP. All rights reserved.