|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IDirection
This is the main interface for directions.
| Method Summary | |
|---|---|
Line |
getLine(PVCoordinatesProvider pvCoord,
AbsoluteDate date,
Frame frame)
Provides the line containing the origin (given PV coordinates) and directed by the direction vector. |
Vector3D |
getVector(PVCoordinatesProvider pvCoord,
AbsoluteDate date,
Frame frame)
Provides the direction vector at a given date in a given frame. |
| Method Detail |
|---|
Vector3D getVector(PVCoordinatesProvider pvCoord,
AbsoluteDate date,
Frame frame)
throws OrekitException
pvCoord - the current coordinates of the origin point of the direction (may be null, in that specific case, the
origin of the direction is the frame origin).date - the dateframe - the frame to project the vector's coordinates
OrekitException - if some frame specific errors occur
Line getLine(PVCoordinatesProvider pvCoord,
AbsoluteDate date,
Frame frame)
throws OrekitException
pvCoord - the origin of the directiondate - the current dateframe - the expression frame of the line
OrekitException - if some frame specific errors occur
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||