Package | Description |
---|---|
fr.cnes.sirius.patrius.signalpropagation |
Modifier and Type | Method and Description |
---|---|
SignalPropagationModel.FixedDate |
SignalPropagation.getFixedDateType() |
static SignalPropagationModel.FixedDate |
SignalPropagationModel.FixedDate.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SignalPropagationModel.FixedDate[] |
SignalPropagationModel.FixedDate.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SignalPropagation |
SignalPropagationModel.computeSignalPropagation(PVCoordinatesProvider transmitter,
PVCoordinatesProvider receiver,
AbsoluteDate date,
SignalPropagationModel.FixedDate fixedDateType)
Computes the signal propagation object in the void at a particular date
|
Constructor and Description |
---|
SignalPropagation(Vector3D propagationVector,
AbsoluteDate inEmissionDate,
AbsoluteDate inReceptionDate,
Frame refFrame,
SignalPropagationModel.FixedDate fixedDate)
Constructor with computation of one of the dates
|
Copyright © 2018 CNES. All Rights Reserved.