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)
Get the position of the body in the selected frame.
|
TimeStampedPVCoordinates |
getPVCoordinates(AbsoluteDate date,
Frame frame)
Get the
PVCoordinates of the body in the selected frame. |
default org.hipparchus.geometry.euclidean.threed.Vector3D getPosition(AbsoluteDate date, Frame frame)
date - current dateframe - the frame where to define the positionTimeStampedPVCoordinates getPVCoordinates(AbsoluteDate date, Frame frame)
PVCoordinates of the body in the selected frame.date - current dateframe - the frame where to define the positionCopyright © 2002-2023 CS GROUP. All rights reserved.