| Package | Description |
|---|---|
| fr.cnes.sirius.patrius.attitudes.directions |
| Modifier and Type | Method and Description |
|---|---|
static ITargetDirection.SignalDirection |
ITargetDirection.SignalDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ITargetDirection.SignalDirection[] |
ITargetDirection.SignalDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Line |
ToCelestialBodyCenterDirection.getLine(PVCoordinatesProvider origin,
ITargetDirection.SignalDirection signalDirection,
AbsoluteDate date,
SignalPropagationModel.FixedDate fixedDateType,
Frame frame,
double epsilon)
Provides the line connecting both objects and taking into account the delay of signal propagation.
|
Line |
GenericTargetDirection.getLine(PVCoordinatesProvider origin,
ITargetDirection.SignalDirection signalDirection,
AbsoluteDate date,
SignalPropagationModel.FixedDate fixedDateType,
Frame frame,
double epsilon)
Provides the line connecting both objects and taking into account the delay of signal propagation.
|
Line |
EarthCenterDirection.getLine(PVCoordinatesProvider origin,
ITargetDirection.SignalDirection signalDirection,
AbsoluteDate date,
SignalPropagationModel.FixedDate fixedDateType,
Frame frame,
double epsilon)
Provides the line connecting both objects and taking into account the delay of signal propagation.
|
Line |
EarthToCelestialBodyCenterDirection.getLine(PVCoordinatesProvider origin,
ITargetDirection.SignalDirection signalDirection,
AbsoluteDate date,
SignalPropagationModel.FixedDate fixedDateType,
Frame frame,
double epsilon)
Provides the line connecting both objects and taking into account the delay of signal propagation.
|
Line |
ITargetDirection.getLine(PVCoordinatesProvider origin,
ITargetDirection.SignalDirection signalDirection,
AbsoluteDate date,
SignalPropagationModel.FixedDate fixedDateType,
Frame frame,
double epsilon)
Provides the line connecting both objects and taking into account the delay of signal propagation.
|
Vector3D |
ToCelestialBodyCenterDirection.getVector(PVCoordinatesProvider origin,
ITargetDirection.SignalDirection signalDirection,
AbsoluteDate date,
SignalPropagationModel.FixedDate fixedDateType,
Frame frame,
double epsilon)
Provides the direction vector taking into account the delay of signal propagation.
|
Vector3D |
GenericTargetDirection.getVector(PVCoordinatesProvider origin,
ITargetDirection.SignalDirection signalDirection,
AbsoluteDate date,
SignalPropagationModel.FixedDate fixedDateType,
Frame frame,
double epsilon)
Provides the direction vector taking into account the delay of signal propagation.
|
Vector3D |
EarthCenterDirection.getVector(PVCoordinatesProvider origin,
ITargetDirection.SignalDirection signalDirection,
AbsoluteDate date,
SignalPropagationModel.FixedDate fixedDateType,
Frame frame,
double epsilon)
Provides the direction vector taking into account the delay of signal propagation.
|
Vector3D |
EarthToCelestialBodyCenterDirection.getVector(PVCoordinatesProvider origin,
ITargetDirection.SignalDirection signalDirection,
AbsoluteDate originDate,
SignalPropagationModel.FixedDate fixedDateType,
Frame frame,
double epsilon)
Provides the direction vector taking into account the delay of signal propagation.
|
Vector3D |
ITargetDirection.getVector(PVCoordinatesProvider origin,
ITargetDirection.SignalDirection signalDirection,
AbsoluteDate date,
SignalPropagationModel.FixedDate fixedDateType,
Frame frame,
double epsilon)
Provides the direction vector taking into account the delay of signal propagation.
|
Copyright © 2022 CNES. All rights reserved.