public interface CelestialBody extends Serializable, ExtendedPVCoordinatesProvider
CelestialBodyFactory
Modifier and Type | Method and Description |
---|---|
Frame |
getBodyOrientedFrame()
获取一个以天体为定向、以天体为中心的参考系。
|
double |
getGM()
获取天体的引力系数。
|
Frame |
getInertiallyOrientedFrame()
获取一个以惯性为定向、以天体为中心的参考系。
|
String |
getName()
获取天体的名称。
|
getPosition, getPVCoordinates, toFieldPVCoordinatesProvider
getPosition, getPVCoordinates
Frame getInertiallyOrientedFrame()
该参考系始终绑定在天体中心,并且其轴与其他惯性参考系的方向保持固定。
getBodyOrientedFrame()
Frame getBodyOrientedFrame()
该参考系始终绑定在天体中心,并且其轴与天体的方向保持固定。
getInertiallyOrientedFrame()
String getName()
double getGM()
Copyright © 2002-2023 CS GROUP. All rights reserved.