Serializable
AttitudeProviderModifier
, GNSSAttitudeProvider
AbstractGNSSAttitudeProvider
, AttitudesSequence
, BeidouGeo
, BeidouIGSO
, BeidouMeo
, BodyCenterPointing
, CelestialBodyPointed
, FixedRate
, Galileo
, GenericGNSS
, Glonass
, GPSBlockIIA
, GPSBlockIIF
, GPSBlockIIR
, GroundPointing
, InertialProvider
, LofOffset
, LofOffsetPointing
, NadirPointing
, SpinStabilized
, TabulatedLofOffset
, TabulatedProvider
, TargetPointing
, YawCompensation
, YawSteering
public 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 org.hipparchus.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)
pvProv
- local position-velocity provider around current datedate
- current dateframe
- reference frame from which attitude is computed<T extends org.hipparchus.RealFieldElement<T>> FieldAttitude<T> getAttitude(FieldPVCoordinatesProvider<T> pvProv, FieldAbsoluteDate<T> date, Frame frame)
T
- type of the field elementspvProv
- local position-velocity provider around current datedate
- current dateframe
- reference frame from which attitude is computedCopyright © 2002-2019 CS Systèmes d'information. All rights reserved.