|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.cnes.sirius.patrius.guidance.GuidanceProfile
public abstract class GuidanceProfile
Represents a guidance profile
| Constructor Summary | |
|---|---|
GuidanceProfile(AbsoluteDateInterval timeInterval)
Constructor |
|
| Method Summary | |
|---|---|
void |
checkDate(AbsoluteDate userDate)
Check date validity |
Attitude |
getAttitude(Orbit orbit)
Compute the attitude corresponding to an orbital state. |
AbsoluteDateInterval |
getTimeInterval()
Return the time interval of validity |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.orekit.attitudes.AttitudeProvider |
|---|
getAttitude, setSpinDerivativesComputation |
| Constructor Detail |
|---|
public GuidanceProfile(AbsoluteDateInterval timeInterval)
timeInterval - interval of validity| Method Detail |
|---|
public AbsoluteDateInterval getTimeInterval()
AttitudeLeg
getTimeInterval in interface AttitudeLeg
public Attitude getAttitude(Orbit orbit)
throws OrekitException
getAttitude in interface AttitudeProviderorbit - current orbit
OrekitException - if attitude cannot be computed
public void checkDate(AbsoluteDate userDate)
throws OrekitException
userDate - specified date
OrekitException - if the user date is outside the interval
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||