| Package | Description | 
|---|---|
| agi.foundation | 
 Contains commonly used types. 
 | 
| 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.communications.antennas | 
 Contains types for representing antennas, defining gain patterns, and processing electromagnetic signals. 
 | 
| agi.foundation.communications.signalpropagation | 
 Contains types for propagating electromagnetic signals 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. 
 | 
| agi.foundation.geometry.shapes | 
 Contains types for representing geometric shapes such as curves, surfaces, and solids. 
 | 
| agi.foundation.infrastructure | 
 Contains types which support various aspects of the DME Component Libraries infrastructure. 
 | 
| agi.foundation.numericalmethods.advanced | 
 Contains additional advanced numerical algorithms and supporting types. 
 | 
| agi.foundation.platforms | 
 Contains types used in modeling various mechanical platforms such as satellites, facilities, aircraft, etc. 
 | 
| agi.foundation.propagators.advanced | 
 Contains types used to create more specialized propagation scenarios. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ConstantEvaluator<T>
An  
Evaluator which always returns the same value. | 
class  | 
Evaluator<T>
An abstract class that implements  
IEvaluator1, making all interface methods and
 properties abstract. | 
class  | 
MotionEvaluator1<T>
The base class for evaluators that take a  
JulianDate and produce
 Motion1. | 
class  | 
MotionEvaluator2<T,TDerivative>
The base class for evaluators that take a  
JulianDate and produce
 Motion2. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AccessConstraintEvaluator
 The base class for Access constraint evaluators. 
 | 
class  | 
AccessEvaluator
An evaluator that determines whether access exists for an  
AccessQuery. | 
protected static class  | 
CircularAccessConstraint.CircularAccessConstraintEvaluator
Base class for Access constraint evaluators which evaluate circular functions. 
 | 
class  | 
EvaluatorDelayedByLink<T>
An evaluator which wraps another evaluator while delaying it by a time specified by a
  
LinkDelayEvaluator. | 
protected static class  | 
MinimumMaximumAccessConstraint.MinMaxThresholdEvaluator
A convenient base class to use for the evaluators for constraints derived from
     
MinimumMaximumAccessConstraint. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ForceEvaluator
Base class for evaluators created by a  
ForceModel to compute the force. | 
class  | 
JplDEFileEvaluator
The class returned by  
JplDEFile.getEvaluator(JplDEDataIndex,EvaluatorGroup) to allow calculation of
 time-varying information in the JPL DE file. | 
class  | 
TorqueEvaluator
Base class for evaluators created by a  
TorqueModel to compute the torque. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SignalEvaluator
Base class for all signal evaluators. 
 | 
class  | 
SignalPolarizationEvaluator
An abstract base class which defines an object which produces a polarization based on a supplied signal. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BeamformerWeightsEvaluator
Abstract base class for an evaluator which evaluates beamformer weights as a  
ComplexMatrix. | 
class  | 
DirectionsEvaluator
Abstract base class for an evaluator which evaluates a list of  
WeightedDirection. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ItuRP676AtmosphericValuesEvaluator
An evaluator that computes atmospheric values required by the ITU-R P.676 atmospheric attenuation model for a given time and location. 
 | 
class  | 
ItuRP840AtmosphericValuesEvaluator
An evaluator that computes atmospheric values required by the ITU-R P.840 cloud and fog attenuation model for a given time and location. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AxesEvaluator
 Evaluates an  
Axes over time. | 
class  | 
Covariance3By3Evaluator
 Evaluates the position covariance of an object over time. 
 | 
class  | 
DynamicMatrixEvaluator
 Evaluates a  
DynamicMatrix over time. | 
class  | 
InternationalTerrestrialReferenceFrameEvaluator
 Evaluates a  
InternationalTerrestrialReferenceFrameTransformer over time. | 
class  | 
LinkDelayEvaluator
An evaluator for computing the delay along a link. 
 | 
class  | 
NormalizedVectorEvaluator
 Evaluates a  
VectorEvaluator and normalizes each value. | 
class  | 
PointEvaluator
 Evaluates a  
Point over time. | 
class  | 
ReferenceFrameEvaluator
 Evaluates a  
ReferenceFrame over time. | 
class  | 
ScalarEvaluator
 Evaluates a  
Scalar over time. | 
class  | 
VectorEvaluator
 Evaluates a  
Vector over time. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DynamicSensorFieldOfViewEvaluator
Evaluates a  
SensorFieldOfView that changes with time. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CachingEvaluator<T>
A wrapper for any  
IEvaluator1 that caches the last evaluated result. | 
class  | 
CachingMotionEvaluator1<T>
A wrapper for any  
MotionEvaluator1 that caches the last evaluated result. | 
class  | 
ConstantParameterizedEvaluator1<TParameter1,TResult>
An evaluator that takes a  
JulianDate and one additional parameter
 and produces a constant return value of a given type, ignoring all parameters. | 
class  | 
ConstantParameterizedEvaluator2<TParameter1,TParameter2,TResult>
An evaluator that takes a  
JulianDate and two additional parameters
 and produces a constant return value of a given type, ignoring all parameters. | 
class  | 
ConstantParameterizedEvaluator3<TParameter1,TParameter2,TParameter3,TResult>
An evaluator that takes a  
JulianDate and three additional parameters
 and produces a constant return value of a given type, ignoring all parameters. | 
class  | 
ConstantParameterizedEvaluator4<TParameter1,TParameter2,TParameter3,TParameter4,TResult>
An evaluator that takes a  
JulianDate and four additional parameters
 and produces a constant return value of a given type, ignoring all parameters. | 
class  | 
ConstantParameterizedEvaluator5<TParameter1,TParameter2,TParameter3,TParameter4,TParameter5,TResult>
An evaluator that takes a  
JulianDate and five additional parameters
 and produces a constant return value of a given type, ignoring all parameters. | 
class  | 
ConstantParameterizedEvaluator6<TParameter1,TParameter2,TParameter3,TParameter4,TParameter5,TParameter6,TResult>
An evaluator that takes a  
JulianDate and six additional parameters
 and produces a constant return value of a given type, ignoring all parameters. | 
class  | 
ConstantParameterizedEvaluator7<TParameter1,TParameter2,TParameter3,TParameter4,TParameter5,TParameter6,TParameter7,TResult>
An evaluator that takes a  
JulianDate and seven additional parameters
 and produces a constant return value of a given type, ignoring all parameters. | 
class  | 
ParameterEvaluator<T>
A placeholder for a parameter in an evaluator. 
 | 
class  | 
ParameterizedEvaluator<TResult>
An abstract base implementation of an  
IEvaluator that has been parameterized with zero additional parameters. | 
class  | 
ParameterizedEvaluator1<TParameter1,TResult>
An abstract base implementation of an  
IEvaluator that has been parameterized with one additional parameter. | 
class  | 
ParameterizedEvaluator2<TParameter1,TParameter2,TResult>
An abstract base implementation of an  
IEvaluator that has been parameterized with two additional parameters. | 
class  | 
ParameterizedEvaluator3<TParameter1,TParameter2,TParameter3,TResult>
An abstract base implementation of an  
IEvaluator that has been parameterized with three additional parameters. | 
class  | 
ParameterizedEvaluator4<TParameter1,TParameter2,TParameter3,TParameter4,TResult>
An abstract base implementation of an  
IEvaluator that has been parameterized with four additional parameters. | 
class  | 
ParameterizedEvaluator5<TParameter1,TParameter2,TParameter3,TParameter4,TParameter5,TResult>
An abstract base implementation of an  
IEvaluator that has been parameterized with five additional parameters. | 
class  | 
ParameterizedEvaluator6<TParameter1,TParameter2,TParameter3,TParameter4,TParameter5,TParameter6,TResult>
An abstract base implementation of an  
IEvaluator that has been parameterized with six additional parameters. | 
class  | 
ParameterizedEvaluator7<TParameter1,TParameter2,TParameter3,TParameter4,TParameter5,TParameter6,TParameter7,TResult>
An abstract base implementation of an  
IEvaluator that has been parameterized with seven additional parameters. | 
class  | 
ParameterizedMotionEvaluator<TResult>
A  
MotionEvaluator1 that has been parameterized with zero additional parameters. | 
class  | 
ParameterizedMotionEvaluator1<TParameter1,TResult>
A  
MotionEvaluator1 that has been parameterized with one additional parameter. | 
class  | 
ParameterizedMotionEvaluator2<TParameter1,TParameter2,TResult>
A  
MotionEvaluator1 that has been parameterized with two additional parameters. | 
class  | 
ParameterizedMotionEvaluator3<TParameter1,TParameter2,TParameter3,TResult>
A  
MotionEvaluator1 that has been parameterized with three additional parameters. | 
class  | 
ParameterizedMotionEvaluator4<TParameter1,TParameter2,TParameter3,TParameter4,TResult>
A  
MotionEvaluator1 that has been parameterized with four additional parameters. | 
class  | 
ParameterizedMotionEvaluator5<TParameter1,TParameter2,TParameter3,TParameter4,TParameter5,TResult>
A  
MotionEvaluator1 that has been parameterized with five additional parameters. | 
class  | 
ParameterizedMotionEvaluator6<TParameter1,TParameter2,TParameter3,TParameter4,TParameter5,TParameter6,TResult>
A  
MotionEvaluator1 that has been parameterized with six additional parameters. | 
class  | 
ParameterizedMotionEvaluator7<TParameter1,TParameter2,TParameter3,TParameter4,TParameter5,TParameter6,TParameter7,TResult>
A  
MotionEvaluator1 that has been parameterized with seven additional parameters. | 
class  | 
ParameterizedMotionEvaluatorWithDerivativeType<TResult,TResultDerivative>
A  
MotionEvaluator2 that has been parameterized with zero additional parameters. | 
class  | 
ParameterizedMotionEvaluatorWithDerivativeType1<TParameter1,TResult,TResultDerivative>
A  
MotionEvaluator2 that has been parameterized with one additional parameter. | 
class  | 
ParameterizedMotionEvaluatorWithDerivativeType2<TParameter1,TParameter2,TResult,TResultDerivative>
A  
MotionEvaluator2 that has been parameterized with two additional parameters. | 
class  | 
ParameterizedMotionEvaluatorWithDerivativeType3<TParameter1,TParameter2,TParameter3,TResult,TResultDerivative>
A  
MotionEvaluator2 that has been parameterized with three additional parameters. | 
class  | 
ParameterizedMotionEvaluatorWithDerivativeType4<TParameter1,TParameter2,TParameter3,TParameter4,TResult,TResultDerivative>
A  
MotionEvaluator2 that has been parameterized with four additional parameters. | 
class  | 
ParameterizedMotionEvaluatorWithDerivativeType5<TParameter1,TParameter2,TParameter3,TParameter4,TParameter5,TResult,TResultDerivative>
A  
MotionEvaluator2 that has been parameterized with five additional parameters. | 
class  | 
ParameterizedMotionEvaluatorWithDerivativeType6<TParameter1,TParameter2,TParameter3,TParameter4,TParameter5,TParameter6,TResult,TResultDerivative>
A  
MotionEvaluator2 that has been parameterized with six additional parameters. | 
class  | 
ParameterizedMotionEvaluatorWithDerivativeType7<TParameter1,TParameter2,TParameter3,TParameter4,TParameter5,TParameter6,TParameter7,TResult,TResultDerivative>
A  
MotionEvaluator2 that has been parameterized with seven additional parameters. | 
| Modifier and Type | Method and Description | 
|---|---|
static <T extends IIsTimeVarying> | 
EvaluatorHelper.anyEvaluatorIsTimeVarying(Iterable<T> evaluators)
Determines if any of the evaluators in a collection are time varying. 
 | 
static <T extends IIsTimeVarying> | 
EvaluatorHelper.anyEvaluatorIsTimeVarying(TimeIntervalCollection1<T> collection)
 | 
| Modifier and Type | Method and Description | 
|---|---|
static boolean | 
EvaluatorHelper.anyEvaluatorIsTimeVarying(IIsTimeVarying... evaluators)
Determines if any of the evaluators in an array are time varying. 
 | 
static boolean | 
EvaluatorHelper.anyEvaluatorIsTimeVarying(IIsTimeVarying evaluator1)
Determines if any of the evaluators given are time varying. 
 | 
static boolean | 
EvaluatorHelper.anyEvaluatorIsTimeVarying(IIsTimeVarying evaluator1,
                         IIsTimeVarying evaluator2)
Determines if any of the evaluators given are time varying. 
 | 
static boolean | 
EvaluatorHelper.anyEvaluatorIsTimeVarying(IIsTimeVarying evaluator1,
                         IIsTimeVarying evaluator2,
                         IIsTimeVarying evaluator3)
Determines if any of the evaluators given are time varying. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PartialDerivativesEvaluator
An interface for an evaluator that takes a  
JulianDate, order, and list of
 inputs and returns the partial derivatives of itself with respect to those inputs. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SensorProjectionEvaluator
An evaluator that can find the projection of a sensor onto a central body's ellipsoid surface. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AuxiliaryStateElementEvaluator
Abstract base class for the evaluator produced by an auxiliary state variable. 
 | 
class  | 
PropagationStateElementEvaluator
Abstract base class for the evaluator produced by an  
PropagationStateElement. |