public class BasicPVCoordinatesProvider extends Object implements PVCoordinatesProvider
Constructor and Description |
---|
BasicPVCoordinatesProvider(PVCoordinates inCoordinates,
Frame inFrame)
Build a direction from an origin and a target described by their
PVCoordinatesProvider
|
Modifier and Type | Method and Description |
---|---|
PVCoordinates |
getPVCoordinates(AbsoluteDate date,
Frame inFrame)
Get the
PVCoordinates of the body in the selected frame. |
public BasicPVCoordinatesProvider(PVCoordinates inCoordinates, Frame inFrame)
inCoordinates
- the PVCoordinatesinFrame
- the frame in which the coordinates are expressedpublic final PVCoordinates getPVCoordinates(AbsoluteDate date, Frame inFrame) throws PatriusException
PVCoordinates
of the body in the selected frame.getPVCoordinates
in interface PVCoordinatesProvider
date
- current dateinFrame
- the frame where to define the positionPatriusException
- if position cannot be computed in given frameCopyright © 2019 CNES. All Rights Reserved.