SerializableAttitudeProviderModifier, GNSSAttitudeProviderAbstractGNSSAttitudeProvider, AttitudesSequence, BeidouGeo, BeidouIGSO, BeidouMeo, BodyCenterPointing, CelestialBodyPointed, FixedRate, Galileo, GenericGNSS, Glonass, GPSBlockIIA, GPSBlockIIF, GPSBlockIIR, GroundPointing, InertialProvider, LofOffset, LofOffsetPointing, NadirPointing, SpinStabilized, TabulatedLofOffset, TabulatedProvider, TargetPointing, YawCompensation, YawSteeringpublic interface AttitudeProvider extends Serializable
An attitude provider provides a way to compute an Attitude
from an date and position-velocity local provider.
| Modifier and Type | Method | Description |
|---|---|---|
<T extends RealFieldElement<T>> |
getAttitude(FieldPVCoordinatesProvider<T> pvProv,
FieldAbsoluteDate<T> date,
Frame frame) |
Compute the attitude corresponding to an orbital state.
|
Attitude |
getAttitude(PVCoordinatesProvider pvProv,
AbsoluteDate date,
Frame frame) |
Compute the attitude corresponding to an orbital state.
|
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 computedOrekitException - if attitude cannot be computed<T extends RealFieldElement<T>> FieldAttitude<T> getAttitude(FieldPVCoordinatesProvider<T> pvProv, FieldAbsoluteDate<T> date, Frame frame) throws OrekitException
T - type of the field elementspvProv - local position-velocity provider around current datedate - current dateframe - reference frame from which attitude is computedOrekitException - if attitude cannot be computedCopyright © 2002-2018 CS Systèmes d'information. All rights reserved.