public class InertialProvider extends Object implements AttitudeProvider
Instances of this class are guaranteed to be immutable.
| Modifier and Type | Field and Description |
|---|---|
static InertialProvider |
EME2000_ALIGNED
Dummy attitude provider, perfectly aligned with the EME2000 frame.
|
| Constructor and Description |
|---|
InertialProvider(Rotation rotation)
Creates new instance.
|
| Modifier and Type | Method and Description |
|---|---|
Attitude |
getAttitude(PVCoordinatesProvider pvProv,
AbsoluteDate date,
Frame frame)
Compute the attitude corresponding to an orbital state.
|
public static final InertialProvider EME2000_ALIGNED
public InertialProvider(Rotation rotation)
rotation - rotation from EME2000 to the desired satellite framepublic Attitude getAttitude(PVCoordinatesProvider pvProv, AbsoluteDate date, Frame frame) throws OrekitException
getAttitude in interface AttitudeProviderpvProv - local position-velocity provider around current datedate - current dateframe - reference frame from which attitude is computedOrekitException - if attitude cannot be computedCopyright © 2002-2016 CS Systèmes d'information. All rights reserved.