Package org.orekit.utils
Class FieldShiftingPVCoordinatesProvider<T extends CalculusFieldElement<T>>
- java.lang.Object
-
- org.orekit.utils.FieldShiftingPVCoordinatesProvider<T>
-
- Type Parameters:
T
- the type of the field elements
- All Implemented Interfaces:
FieldPVCoordinatesProvider<T>
public class FieldShiftingPVCoordinatesProvider<T extends CalculusFieldElement<T>> extends Object implements FieldPVCoordinatesProvider<T>
Provider using simpleFieldPVCoordinates.shiftedBy(CalculusFieldElement)
shiftedBy} and frame transforms for evolution.- Since:
- 12.1
- Author:
- Luc Maisonobe
-
-
Constructor Summary
Constructors Constructor Description FieldShiftingPVCoordinatesProvider(TimeStampedFieldPVCoordinates<T> referencePV, Frame referenceFrame)
Simple constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TimeStampedFieldPVCoordinates<T>
getPVCoordinates(FieldAbsoluteDate<T> date, Frame frame)
Get theFieldPVCoordinates
of the body in the selected frame.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.orekit.utils.FieldPVCoordinatesProvider
getPosition
-
-
-
-
Constructor Detail
-
FieldShiftingPVCoordinatesProvider
public FieldShiftingPVCoordinatesProvider(TimeStampedFieldPVCoordinates<T> referencePV, Frame referenceFrame)
Simple constructor.- Parameters:
referencePV
- reference coordinatesreferenceFrame
- frame in whichreference
is defined
-
-
Method Detail
-
getPVCoordinates
public TimeStampedFieldPVCoordinates<T> getPVCoordinates(FieldAbsoluteDate<T> date, Frame frame)
Get theFieldPVCoordinates
of the body in the selected frame.- Specified by:
getPVCoordinates
in interfaceFieldPVCoordinatesProvider<T extends CalculusFieldElement<T>>
- Parameters:
date
- current dateframe
- the frame where to define the position- Returns:
- time-stamped position/velocity of the body (m and m/s)
-
-