FieldBoundedPropagator<T>
, FieldPropagator<T>
FieldAbstractAnalyticalPropagator
, FieldAbstractIntegratedPropagator
, FieldAbstractPropagator
, FieldCartesianOrbit
, FieldCircularOrbit
, FieldEcksteinHechlerPropagator
, FieldEquinoctialOrbit
, FieldIntegratedEphemeris
, FieldKeplerianOrbit
, FieldKeplerianPropagator
, FieldNumericalPropagator
, FieldOrbit
public interface FieldPVCoordinatesProvider<T extends org.hipparchus.RealFieldElement<T>>
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 |
---|---|---|
TimeStampedFieldPVCoordinates<T> |
getPVCoordinates(FieldAbsoluteDate<T> date,
Frame frame) |
Get the
FieldPVCoordinates of the body in the selected frame. |
TimeStampedFieldPVCoordinates<T> getPVCoordinates(FieldAbsoluteDate<T> date, Frame frame)
FieldPVCoordinates
of the body in the selected frame.date
- current dateframe
- the frame where to define the positionCopyright © 2002-2019 CS Systèmes d'information. All rights reserved.