BoundedPropagator, CelestialBody, ExtendedPVCoordinatesProvider, PropagatorAbstractAnalyticalPropagator, AbstractIntegratedPropagator, AbstractPropagator, AdapterPropagator, AggregateBoundedPropagator, CartesianOrbit, CircularOrbit, DeepSDP4, DSSTPropagator, EcksteinHechlerPropagator, Ephemeris, EquinoctialOrbit, GPSPropagator, IntegratedEphemeris, KeplerianOrbit, KeplerianPropagator, NumericalPropagator, Orbit, SGP4, TLEPropagator, TopocentricFramepublic 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 | Description |
|---|---|---|
TimeStampedPVCoordinates |
getPVCoordinates(AbsoluteDate date,
Frame frame) |
Get the
PVCoordinates of the body in the selected frame. |
TimeStampedPVCoordinates getPVCoordinates(AbsoluteDate date, Frame frame) throws OrekitException
PVCoordinates of the body in the selected frame.date - current dateframe - the frame where to define the positionOrekitException - if position cannot be computed in given frameCopyright © 2002-2018 CS Systèmes d'information. All rights reserved.