|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.orekit.attitudes.AbstractAttitudeLaw
org.orekit.attitudes.GroundPointing
public abstract class GroundPointing
Base class for ground pointing attitude providers.
This class is a basic model for different kind of ground pointing attitude providers, such as : body center pointing, nadir pointing, target pointing, etc...
The object GroundPointing is guaranteed to be immutable.
AttitudeProvider,
Serialized Form| Constructor Summary | |
|---|---|
protected |
GroundPointing(BodyShape shape)
Default constructor. |
| Method Summary | |
|---|---|
Attitude |
getAttitude(PVCoordinatesProvider pvProv,
AbsoluteDate date,
Frame frame)
Compute the attitude corresponding to an orbital state. |
Frame |
getBodyFrame()
Get the body frame. |
BodyShape |
getBodyShape()
Get the body shape. |
protected abstract Vector3D |
getTargetPoint(PVCoordinatesProvider pvProv,
AbsoluteDate date,
Frame frame)
Compute the target point in specified frame. |
protected TimeStampedPVCoordinates |
getTargetPV(PVCoordinatesProvider pvProv,
AbsoluteDate date,
Frame frame)
Compute the target point position/velocity in specified frame. |
| Methods inherited from class org.orekit.attitudes.AbstractAttitudeLaw |
|---|
getAttitude, getSpinDerivativesComputation, setSpinDerivativesComputation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected GroundPointing(BodyShape shape)
shape - the body shape| Method Detail |
|---|
public Attitude getAttitude(PVCoordinatesProvider pvProv,
AbsoluteDate date,
Frame frame)
throws OrekitException
pvProv - local position-velocity provider around current datedate - current dateframe - reference frame from which attitude is computed
OrekitException - if attitude cannot be computed
protected abstract Vector3D getTargetPoint(PVCoordinatesProvider pvProv,
AbsoluteDate date,
Frame frame)
throws OrekitException
pvProv - provider for PV coordinatesdate - date at which target point is requestedframe - frame in which observed ground point should be provided
OrekitException - if some specific error occurs,
such as no target reached
protected TimeStampedPVCoordinates getTargetPV(PVCoordinatesProvider pvProv,
AbsoluteDate date,
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.
pvProv - provider for PV coordinatesdate - date at which target point is requestedframe - frame in which observed ground point should be provided
OrekitException - if some specific error occurs,
such as no target reachedpublic final Frame getBodyFrame()
public final BodyShape getBodyShape()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||