PVCoordinatesProvider
CelestialBody
public interface ExtendedPVCoordinatesProvider extends PVCoordinatesProvider
Modifier and Type | Method | Description |
---|---|---|
<T extends org.hipparchus.RealFieldElement<T>> |
getPVCoordinates(FieldAbsoluteDate<T> date,
Frame frame) |
Get the
FieldPVCoordinates of the body in the selected frame. |
default <T extends org.hipparchus.RealFieldElement<T>> |
toFieldPVCoordinatesProvider(org.hipparchus.Field<T> field) |
Convert to a
FieldPVCoordinatesProvider with a specific type. |
getPVCoordinates
default <T extends org.hipparchus.RealFieldElement<T>> FieldPVCoordinatesProvider<T> toFieldPVCoordinatesProvider(org.hipparchus.Field<T> field)
FieldPVCoordinatesProvider
with a specific type.T
- the type of the field elementsfield
- field for the argument and value<T extends org.hipparchus.RealFieldElement<T>> TimeStampedFieldPVCoordinates<T> getPVCoordinates(FieldAbsoluteDate<T> date, Frame frame)
FieldPVCoordinates
of the body in the selected frame.T
- type for the field elementsdate
- current dateframe
- the frame where to define the positionCopyright © 2002-2019 CS Systèmes d'information. All rights reserved.