|
||||||||||
| 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.BodyCenterPointing
public class BodyCenterPointing
This class handles body center pointing attitude law.
This class represents the attitude law where the satellite z axis is pointing to the body frame center.
The object BodyCenterPointing is guaranteed to be immutable.
GroundPointing,
Serialized Form| Constructor Summary | |
|---|---|
BodyCenterPointing(Frame bodyFrame)
Creates new instance. |
|
| Method Summary | |
|---|---|
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 |
|---|
getAttitude, getBodyFrame |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BodyCenterPointing(Frame bodyFrame)
bodyFrame - Body frame| Method Detail |
|---|
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||