|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.orekit.attitudes.directions.CelestialBodyPolesAxisDirection
public final class CelestialBodyPolesAxisDirection
This direction is the axis defined by the two poles of a celestial body.
Constructor Summary | |
---|---|
CelestialBodyPolesAxisDirection(CelestialBody inBody)
Build a direction defined by the frame associated to a celestial body. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CelestialBodyPolesAxisDirection(CelestialBody inBody)
inBody
- the celestial body associated to the orbitMethod Detail |
---|
public Vector3D getVector(PVCoordinatesProvider pvCoord, AbsoluteDate date, Frame frame) throws OrekitException
getVector
in interface IDirection
pvCoord
- UNUSED : null is accepteddate
- the dateframe
- the frame to project the vector's coordinates
OrekitException
- if some frame specific errors occurpublic Line getLine(PVCoordinatesProvider pvCoord, AbsoluteDate date, Frame frame) throws OrekitException
getLine
in interface IDirection
pvCoord
- UNUSED : null is accepteddate
- 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 |