|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AttitudeProvider
This interface represents an attitude provider model set.
An attitude provider provides a way to compute an Attitude
from an date and position-velocity local provider.
| Method Summary | |
|---|---|
Attitude |
getAttitude(Orbit orbit)
Compute the attitude corresponding to an orbital state. |
Attitude |
getAttitude(PVCoordinatesProvider pvProv,
AbsoluteDate date,
Frame frame)
Compute the attitude corresponding to an orbital state. |
void |
setSpinDerivativesComputation(boolean computeSpinDerivatives)
Method to activate spin derivative computation. |
| Method Detail |
|---|
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
Attitude getAttitude(Orbit orbit)
throws OrekitException
orbit - current orbit
OrekitException - if attitude cannot be computed
void setSpinDerivativesComputation(boolean computeSpinDerivatives)
throws OrekitException
computeSpinDerivatives - true if spin derivatives should be computed
OrekitException - if spin derivatives can not be computed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||