public interface PVCoordinatesProvider
The PV coordinates provider interface can be used by any class used for position/velocity computation, for example celestial bodies or spacecraft position/velocity propagators, and many others...
Modifier and Type | Method and Description |
---|---|
default org.hipparchus.geometry.euclidean.threed.Vector3D |
getPosition(AbsoluteDate date, Frame frame)
获取在选定参考系中的天体位置。
|
TimeStampedPVCoordinates |
getPVCoordinates(AbsoluteDate date, Frame frame)
获取在选定参考系中的天体的 PVCoordinates 。
|
default org.hipparchus.geometry.euclidean.threed.Vector3D getPosition(AbsoluteDate date, Frame frame)
date
- 当前日期
frame
- 定义位置的参考系
TimeStampedPVCoordinates getPVCoordinates(AbsoluteDate date, Frame frame)
PVCoordinates
。
date
- 当前日期
frame
- 定义位置的参考系
Copyright © 2002-2023 CS GROUP. All rights reserved.