Package | Description |
---|---|
agi.foundation.access |
Contains types used in performing access calculations.
|
agi.foundation.celestial |
Contains types used in modeling characteristics of celestial objects and celestial phenomena.
|
agi.foundation.communications |
Contains types for representing electromagnetic signals and propagating them along communication links.
|
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.
|
Constructor and Description |
---|
EvaluatorDelayedByLink(EvaluatorGroup group,
Evaluator<T> evaluator,
LinkDelayEvaluator linkDelayEvaluator)
Construct a new instance based on the given evaluator delayed by the given link delay.
|
Modifier and Type | Method and Description |
---|---|
LinkDelayEvaluator |
LinkRefracted.getOffsetToReceptionTimeEvaluator(EvaluatorGroup group)
|
LinkDelayEvaluator |
LinkRefracted.getOffsetToTransmissionTimeEvaluator(EvaluatorGroup group)
|
Modifier and Type | Method and Description |
---|---|
LinkDelayEvaluator |
PointScattererLinkPath.getLinkPathDelayEvaluator(EvaluatorGroup group)
Creates a
LinkDelayEvaluator which evaluates the time delay offset from the initial service
provider to the final service provider in the path. |
Modifier and Type | Method and Description |
---|---|
LinkDelayEvaluator |
VectorApparentDisplacement.getLightTravelTimeEvaluator()
Gets an evaluator that evaluates the light travel time between the two points involved in this displacement vector.
|
LinkDelayEvaluator |
VectorApparentDisplacement.getLightTravelTimeEvaluator(EvaluatorGroup group)
Gets an evaluator that evaluates the light travel time between the two points involved in this displacement vector.
|
Constructor and Description |
---|
LinkDelayEvaluator(LinkDelayEvaluator existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|