|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.orekit.attitudes.GroundPointing
public abstract class GroundPointing
This class handles ground pointing attitude laws.
This class is a basic model for different kind of ground pointing attitude laws, such as : body center pointing, nadir pointing, target pointing, etc...
The object GroundPointing is guaranteed to be immutable.
AttitudeLaw,
Serialized Form| Constructor Summary | |
|---|---|
protected |
GroundPointing(Frame bodyFrame)
Default constructor. |
| Method Summary | |
|---|---|
Attitude |
getAttitude(Orbit orbit)
Compute the attitude corresponding to an orbital state. |
Frame |
getBodyFrame()
Get the body frame. |
protected abstract 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 java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected GroundPointing(Frame bodyFrame)
bodyFrame - the frame that rotates with the body| Method Detail |
|---|
public Frame getBodyFrame()
protected abstract org.apache.commons.math.geometry.Vector3D getTargetPoint(Orbit orbit,
Frame frame)
throws OrekitException
orbit - 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.
orbit - orbit stateframe - frame in which observed ground point should be provided
OrekitException - if some specific error occurs,
such as no target reached
public Attitude getAttitude(Orbit orbit)
throws OrekitException
getAttitude in interface AttitudeLaworbit - orbit state for which attitude is requested
OrekitException - if attitude cannot be computed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||