Package | Description |
---|---|
agi.foundation |
Contains commonly used types.
|
agi.foundation.geometry |
Contains types for expressing the motion of fundamental geometric objects such as points, axes, and reference frames;
the manner in which they are related; and transformations between representations.
|
Modifier and Type | Method and Description |
---|---|
static SignalDirection |
SignalDirection.getDefault()
Get the enum constant that is considered to be the default.
|
static SignalDirection |
SignalDirection.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
static SignalDirection |
SignalDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SignalDirection[] |
SignalDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SignalDirection |
VectorApparentDisplacement.getDirection()
Gets the direction in which the signal travels with respect to the initial point.
|
Modifier and Type | Method and Description |
---|---|
void |
VectorApparentDisplacement.setDirection(SignalDirection value)
Sets the direction in which the signal travels with respect to the initial point.
|
Constructor and Description |
---|
VectorApparentDisplacement(Point initialPoint,
Point finalPoint,
ReferenceFrame inertialFrame,
SignalDirection direction,
double lightTravelTimeConvergenceTolerance)
Initializes a new instance of the
VectorApparentDisplacement class which only accounts for light travel time. |
VectorApparentDisplacement(Point initialPoint,
Point finalPoint,
ReferenceFrame inertialFrame,
SignalDirection direction,
double lightTravelTimeConvergenceTolerance,
VectorVelocity velocityOfMovingFrame)
Initializes a new instance of the
VectorApparentDisplacement class which accounts for aberration in addition to light travel time. |