public class ConstantOrientationAngleLeg extends AbstractOrientationAngleLeg
Constructor and Description |
---|
ConstantOrientationAngleLeg(AbsoluteDateInterval interval,
double angleIn)
Constructor with default nature.
|
ConstantOrientationAngleLeg(AbsoluteDateInterval interval,
double angleIn,
String nature)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
double |
getOrientationAngle(PVCoordinatesProvider pvProv,
AbsoluteDate date)
Compute the orientation angle corresponding to an orbital state.
|
getNature, getTimeInterval
public ConstantOrientationAngleLeg(AbsoluteDateInterval interval, double angleIn)
interval
- time interval of validityangleIn
- angle valuepublic ConstantOrientationAngleLeg(AbsoluteDateInterval interval, double angleIn, String nature)
interval
- time interval of validityangleIn
- angle valuenature
- naturepublic double getOrientationAngle(PVCoordinatesProvider pvProv, AbsoluteDate date) throws PatriusException
pvProv
- position-velocity provider around current datedate
- datePatriusException
- thrown if the angle cannot be computedCopyright © 2019 CNES. All Rights Reserved.