org.orekit.utils
Interface PVCoordinatesProvider

All Known Subinterfaces:
BoundedPropagator, CelestialBody, GeometricBodyShape, Propagator
All Known Implementing Classes:
AbstractBoundedPVProvider, AbstractCelestialBody, AbstractEphemeris, AbstractLyddanePropagator, AbstractPropagator, AdapterPropagator, AlmanacPVCoordinates, Analytical2DPropagator, AnalyticalIntegratedEphemeris, ApsisOrbit, BasicPVCoordinatesProvider, CartesianOrbit, CircularOrbit, EcksteinHechlerPropagator, Ephemeris, EphemerisPvHermite, EphemerisPvLagrange, EquatorialOrbit, EquinoctialOrbit, ExtendedOneAxisEllipsoid, GeometricStationAntenna, HermiteEphemeris, IntegratedEphemeris, J2SecularPropagator, KeplerianOrbit, KeplerianPropagator, LagrangeEphemeris, LyddaneLongPeriodPropagator, LyddaneSecularPropagator, MeeusMoon, MeeusMoonStela, MeeusSun, MeeusSunStela, MultiIntegratedEphemeris, NumericalPropagator, Orbit, ProjectionEllipsoid, PVCoordinatePropagator, RFStationAntenna, SensorModel, SpacecraftFrame, StelaAbstractPropagator, StelaEquinoctialOrbit, StelaGTOPropagator, TLEPropagator, TopocentricFrame, UserCelestialBody, UserCelestialBody

public interface PVCoordinatesProvider

Interface for PV coordinates providers.

Author:
Veronique Pommier

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...


Method Summary
 PVCoordinates getPVCoordinates(AbsoluteDate date, Frame frame)
          Get the PVCoordinates of the body in the selected frame.
 

Method Detail

getPVCoordinates

PVCoordinates getPVCoordinates(AbsoluteDate date,
                               Frame frame)
                               throws OrekitException
Get the PVCoordinates of the body in the selected frame.

Parameters:
date - current date
frame - the frame where to define the position
Returns:
position/velocity of the body (m and m/s)
Throws:
OrekitException - if position cannot be computed in given frame


Copyright © 2017 CNES. All Rights Reserved.