|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.orekit.attitudes.directions.GlintApproximatePointingDirection
public final class GlintApproximatePointingDirection
"Glint" direction pointing. It provides methods to compute Glint point G coordinates and to create a vector/line between a point and G.
Glint point is the point of Sun reflexion on a body shape (the Earth for instance) as seen from a spacecraft.
| Constructor Summary | |
|---|---|
GlintApproximatePointingDirection(ExtendedOneAxisEllipsoid shape,
PVCoordinatesProvider sunPV)
Constructor with default solver ( BisectionSolver.BisectionSolver(double, double)). |
|
GlintApproximatePointingDirection(ExtendedOneAxisEllipsoid shape,
PVCoordinatesProvider sunPV,
UnivariateSolver univariateSolver)
Constructor. |
|
| 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. |
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 GlintApproximatePointingDirection(ExtendedOneAxisEllipsoid shape,
PVCoordinatesProvider sunPV,
UnivariateSolver univariateSolver)
shape - the body shapesunPV - the Sun PV coordinatesunivariateSolver - the solver used to find Glint direction
public GlintApproximatePointingDirection(ExtendedOneAxisEllipsoid shape,
PVCoordinatesProvider sunPV)
BisectionSolver.BisectionSolver(double, double)).
shape - the body shapesunPV - the Sun PV coordinates| 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 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 | |||||||||