public interface ExtendedPVCoordinatesProvider extends PVCoordinatesProvider
| Modifier and Type | Method and Description |
|---|---|
<T extends CalculusFieldElement<T>> |
getPVCoordinates(FieldAbsoluteDate<T> date,
Frame frame)
Get the
FieldPVCoordinates of the body in the selected frame. |
default <T extends CalculusFieldElement<T>> |
toFieldPVCoordinatesProvider(Field<T> field)
Convert to a
FieldPVCoordinatesProvider with a specific type. |
getPVCoordinatesdefault <T extends CalculusFieldElement<T>> FieldPVCoordinatesProvider<T> toFieldPVCoordinatesProvider(Field<T> field)
FieldPVCoordinatesProvider with a specific type.T - the type of the field elementsfield - field for the argument and value<T extends CalculusFieldElement<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-2021 CS GROUP. All rights reserved.