|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.orekit.attitudes.GroundPointing
org.orekit.attitudes.GroundPointingWrapper
public abstract class GroundPointingWrapper
This class leverages common parts for compensation modes around ground pointing attitudes.
| Constructor Summary | |
|---|---|
GroundPointingWrapper(GroundPointing groundPointingLaw)
Creates a new instance. |
|
| Method Summary | |
|---|---|
Attitude |
getAttitude(Orbit orbit)
Compute the attitude corresponding to an orbital state. |
Attitude |
getBaseState(Orbit orbit)
Compute the base system state at given date, without compensation. |
abstract org.apache.commons.math.geometry.Rotation |
getCompensation(Orbit orbit,
Attitude base)
Compute the compensation rotation at given date. |
GroundPointing |
getGroundPointingLaw()
Get the attitude rotation. |
protected org.apache.commons.math.geometry.Vector3D |
getTargetPoint(Orbit orbit,
Frame frame)
Compute the target point in specified frame. |
protected PVCoordinates |
getTargetPV(Orbit orbit,
Frame frame)
Compute the target point position/velocity in specified frame. |
| Methods inherited from class org.orekit.attitudes.GroundPointing |
|---|
getBodyFrame |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GroundPointingWrapper(GroundPointing groundPointingLaw)
groundPointingLaw - ground pointing attitude law without compensation| Method Detail |
|---|
public GroundPointing getGroundPointingLaw()
protected org.apache.commons.math.geometry.Vector3D getTargetPoint(Orbit orbit,
Frame frame)
throws OrekitException
getTargetPoint in class GroundPointingorbit - orbit stateframe - frame in which observed ground point should be provided
OrekitException - if some specific error occurs,
such as no target reached
protected PVCoordinates getTargetPV(Orbit orbit,
Frame frame)
throws OrekitException
The default implementation use a simple two points finite differences scheme, it may be replaced by more accurate models in specialized implementations.
getTargetPV in class GroundPointingorbit - orbit stateframe - frame in which observed ground point should be provided
OrekitException - if some specific error occurs,
such as no target reached
public Attitude getBaseState(Orbit orbit)
throws OrekitException
orbit - orbit state for which attitude is requested
OrekitException - if some specific error occurs
public Attitude getAttitude(Orbit orbit)
throws OrekitException
getAttitude in interface AttitudeLawgetAttitude in class GroundPointingorbit - orbit state for which attitude is requested
OrekitException - if attitude cannot be computed
public abstract org.apache.commons.math.geometry.Rotation getCompensation(Orbit orbit,
Attitude base)
throws OrekitException
orbit - orbit state for which compensation is requestedbase - base satellite attitude in given frame.
OrekitException - if some specific error occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||