public class SignalPropagation extends Object
Constructor and Description |
---|
SignalPropagation(Vector3D propagationVector,
AbsoluteDate inEmissionDate,
AbsoluteDate inReceptionDate,
Frame refFrame,
SignalPropagationModel.FixedDate fixedDate)
Constructor with computation of one of the dates
|
Modifier and Type | Method and Description |
---|---|
AbsoluteDate |
getEndDate() |
SignalPropagationModel.FixedDate |
getFixedDateType() |
AbsoluteDate |
getStartDate() |
Vector3D |
getVector(Frame expressionFrame) |
public SignalPropagation(Vector3D propagationVector, AbsoluteDate inEmissionDate, AbsoluteDate inReceptionDate, Frame refFrame, SignalPropagationModel.FixedDate fixedDate)
propagationVector
- the propagation vectorinEmissionDate
- the emission dateinReceptionDate
- the reception daterefFrame
- the reference frame for the vectorfixedDate
- the fixed date for computations (reception or emission)public final AbsoluteDate getStartDate()
public final AbsoluteDate getEndDate()
public final Vector3D getVector(Frame expressionFrame) throws PatriusException
expressionFrame
- frame in which vector should be expressedPatriusException
- if frame transformation problem occurspublic SignalPropagationModel.FixedDate getFixedDateType()
Copyright © 2020 CNES. All rights reserved.