|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.orekit.attitudes.directions.GenericTargetDirection
public final class GenericTargetDirection
Direction described by a target PVCoordinatesProvider. The vector is at any date computed from the given PVCoordinate origin to the target.
| Constructor Summary | |
|---|---|
GenericTargetDirection(PVCoordinatesProvider inTarget)
Build a direction from a target described by its PVCoordinatesProvider |
|
| Method Summary | |
|---|---|
Line |
getLine(PVCoordinatesProvider origin,
AbsoluteDate date,
Frame frame)
Provides the line containing the origin (given PV coordinates) and directed by the direction vector. |
PVCoordinates |
getTargetPVCoordinates(AbsoluteDate date,
Frame frame)
Provides the target point at a given date in a given frame, represented by the associated PVCoordinates object |
Vector3D |
getVector(PVCoordinatesProvider origin,
AbsoluteDate date,
Frame frame)
Provides the direction vector at a given date in a given frame. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GenericTargetDirection(PVCoordinatesProvider inTarget)
inTarget - the PVCoordinatesProvider describing the target point| Method Detail |
|---|
public Vector3D getVector(PVCoordinatesProvider origin,
AbsoluteDate date,
Frame frame)
throws OrekitException
getVector in interface IDirectionorigin - 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
public PVCoordinates getTargetPVCoordinates(AbsoluteDate date,
Frame frame)
throws OrekitException
getTargetPVCoordinates in interface ITargetDirectiondate - the dateframe - the frame
OrekitException - if position cannot be computed in given frame
public Line getLine(PVCoordinatesProvider origin,
AbsoluteDate date,
Frame frame)
throws OrekitException
getLine in interface IDirectionorigin - 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 | |||||||||