public class DerivedPhaseAngle extends PointingAttitude
ATTITUDE_TAG, POINTING_ATTITUDE_TYPE_CAPTURE, POINTING_ATTITUDE_TYPE_ILLUMINATEDPOINT, POINTING_ATTITUDE_TYPE_INERTIAL, POINTING_ATTITUDE_TYPE_LIMB, POINTING_ATTITUDE_TYPE_SPECULAR, POINTING_ATTITUDE_TYPE_TERMINATOR, POINTING_ATTITUDE_TYPE_TRACK, POINTING_ATTITUDE_TYPE_VELOCITY, POWEROPTIMIZED_TAG, REF_TAG
Constructor and Description |
---|
DerivedPhaseAngle(PointingAttitude att)
The derived pointing phaseAngle allows to modify the phaseAngle of an attitude.
|
DerivedPhaseAngle(PointingAttitude att,
PhaseAngle phaseAngle)
The derived pointing phaseAngle allows to modify the phaseAngle of an attitude.
|
DerivedPhaseAngle(PointingElement org) |
Modifier and Type | Method and Description |
---|---|
DerivedPhaseAngle |
copy() |
PointingAttitude |
getAttitude()
Get the definition of the attitude profile i.e.
|
void |
setAttitude(PointingAttitude newAttitude)
Set the definition of the attitude profile i.e.
|
getAttitudeType, getBoresight, getOffsetAngles, getOffsetRefAxis, getPhaseAngle, setBoresight, SetOffset, setPhaseAngle
addAttribute, addChild, asDataset, copyFrom, equals, getAttribute, getAttributes, getChild, getChildren, getDescription, getFirstLevelTextContent, getName, getValue, hasAttributtes, hasChildren, readFrom, regenerate, removeAttribute, removeAttribute, setDescription, setValue, toString, toStringParameter, toXml, validate
public DerivedPhaseAngle(PointingElement org)
public DerivedPhaseAngle(PointingAttitude att)
att
- Contains the definition of the attitude profile i.e. a basic pointing and optionally offset anglespublic DerivedPhaseAngle(PointingAttitude att, PhaseAngle phaseAngle)
att
- Contains the definition of the attitude profile i.e. a basic pointing and optionally offset anglesphaseAngle
- PhaseAngle to be appliedpublic DerivedPhaseAngle copy()
copy
in class PointingAttitude
public void setAttitude(PointingAttitude newAttitude)
newAttitude
- public PointingAttitude getAttitude()