| 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.coordinates | 
 Contains types for quantifying and converting between various coordinate representations. 
 | 
| 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.navigation.datareaders | 
 Contains types for reading various navigation-related data file formats. 
 | 
| agi.foundation.numericalmethods | 
 Contains general numerical algorithms. 
 | 
| 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 | 
 Contains types used in producing the state of an object from a known element set. 
 | 
| agi.foundation.propagators.advanced | 
 Contains types used to create more specialized propagation scenarios. 
 | 
| agi.foundation.segmentpropagation | 
 Contains types for modeling a trajectory in segments, where the type of propagation varies for each segment. 
 | 
| agi.foundation.stoppingconditions | 
 Contains types for stopping propagation when various events occur. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
IEvaluator
An interface for an evaluator, which is an object which participates in a computation, and
 depends on other computations (other evaluators). 
 | 
interface  | 
IEvaluator1<T>
An interface for an evaluator that takes a  
JulianDate and produces
 a return value of a given type. | 
interface  | 
IEvaluatorOverIntervals<TResult,TResultOverIntervals>
An interface for an evaluator that supports evaluation over an interval (or intervals) of time, in addition to evaluation at a specific  
JulianDate. | 
| 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. 
 | 
class  | 
SignalPropagator
An abstract base class which defines an object which propagates a set of signals. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
StateElementAdapter
The base class for all  
StateElementAdapters. | 
class  | 
StateEvaluator<T extends ITimeBasedState>
Computes  
states at points in time. | 
| 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 | Interface and Description | 
|---|---|
interface  | 
ICachingEvaluator
An interface to an evaluator that caches values between evaluations. 
 | 
interface  | 
IParameterizedEvaluator1<TParameter1,TResult>
An interface for an evaluator that takes a  
JulianDate and one additional parameter
 and produces a return value of a given type. | 
interface  | 
IParameterizedEvaluator2<TParameter1,TParameter2,TResult>
An interface for an evaluator that takes a  
JulianDate and two additional parameters
 and produces a return value of a given type. | 
interface  | 
IParameterizedEvaluator3<TParameter1,TParameter2,TParameter3,TResult>
An interface for an evaluator that takes a  
JulianDate and three additional parameters
 and produces a return value of a given type. | 
interface  | 
IParameterizedEvaluator4<TParameter1,TParameter2,TParameter3,TParameter4,TResult>
An interface for an evaluator that takes a  
JulianDate and four additional parameters
 and produces a return value of a given type. | 
interface  | 
IParameterizedEvaluator5<TParameter1,TParameter2,TParameter3,TParameter4,TParameter5,TResult>
An interface for an evaluator that takes a  
JulianDate and five additional parameters
 and produces a return value of a given type. | 
interface  | 
IParameterizedEvaluator6<TParameter1,TParameter2,TParameter3,TParameter4,TParameter5,TParameter6,TResult>
An interface for an evaluator that takes a  
JulianDate and six additional parameters
 and produces a return value of a given type. | 
interface  | 
IParameterizedEvaluator7<TParameter1,TParameter2,TParameter3,TParameter4,TParameter5,TParameter6,TParameter7,TResult>
An interface for an evaluator that takes a  
JulianDate and seven additional parameters
 and produces a return value of a given type. | 
interface  | 
IParameterizedEvaluatorWithIntervals1<TParameter1,TResult,TResultOverIntervals>
An interface for an evaluator that takes a  
JulianDate and one additional parameter
 and produces a return value of a given type. | 
interface  | 
IParameterizedEvaluatorWithIntervals2<TParameter1,TParameter2,TResult,TResultOverIntervals>
An interface for an evaluator that takes a  
JulianDate and two additional parameters
 and produces a return value of a given type. | 
interface  | 
IParameterizedEvaluatorWithIntervals3<TParameter1,TParameter2,TParameter3,TResult,TResultOverIntervals>
An interface for an evaluator that takes a  
JulianDate and three additional parameters
 and produces a return value of a given type. | 
interface  | 
IParameterizedEvaluatorWithIntervals4<TParameter1,TParameter2,TParameter3,TParameter4,TResult,TResultOverIntervals>
An interface for an evaluator that takes a  
JulianDate and four additional parameters
 and produces a return value of a given type. | 
interface  | 
IParameterizedEvaluatorWithIntervals5<TParameter1,TParameter2,TParameter3,TParameter4,TParameter5,TResult,TResultOverIntervals>
An interface for an evaluator that takes a  
JulianDate and five additional parameters
 and produces a return value of a given type. | 
interface  | 
IParameterizedEvaluatorWithIntervals6<TParameter1,TParameter2,TParameter3,TParameter4,TParameter5,TParameter6,TResult,TResultOverIntervals>
An interface for an evaluator that takes a  
JulianDate and six additional parameters
 and produces a return value of a given type. | 
interface  | 
IParameterizedEvaluatorWithIntervals7<TParameter1,TParameter2,TParameter3,TParameter4,TParameter5,TParameter6,TParameter7,TResult,TResultOverIntervals>
An interface for an evaluator that takes a  
JulianDate and seven additional parameters
 and produces a return value of a given type. | 
interface  | 
IValueEvaluator<T>
An interface for an evaluator that takes no parameters and produces a return
 value of a given type. 
 | 
| 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  | 
ParameterizedEvaluatorWithIntervals<TResult,TResultOverIntervals>
An  
IEvaluatorOverIntervals that has been parameterized with zero additional parameters. | 
class  | 
ParameterizedEvaluatorWithIntervals1<TParameter1,TResult,TResultOverIntervals>
An  
IEvaluatorOverIntervals that has been parameterized with one additional parameter. | 
class  | 
ParameterizedEvaluatorWithIntervals2<TParameter1,TParameter2,TResult,TResultOverIntervals>
An  
IEvaluatorOverIntervals that has been parameterized with two additional parameters. | 
class  | 
ParameterizedEvaluatorWithIntervals3<TParameter1,TParameter2,TParameter3,TResult,TResultOverIntervals>
An  
IEvaluatorOverIntervals that has been parameterized with three additional parameters. | 
class  | 
ParameterizedEvaluatorWithIntervals4<TParameter1,TParameter2,TParameter3,TParameter4,TResult,TResultOverIntervals>
An  
IEvaluatorOverIntervals that has been parameterized with four additional parameters. | 
class  | 
ParameterizedEvaluatorWithIntervals5<TParameter1,TParameter2,TParameter3,TParameter4,TParameter5,TResult,TResultOverIntervals>
An  
IEvaluatorOverIntervals that has been parameterized with five additional parameters. | 
class  | 
ParameterizedEvaluatorWithIntervals6<TParameter1,TParameter2,TParameter3,TParameter4,TParameter5,TParameter6,TResult,TResultOverIntervals>
An  
IEvaluatorOverIntervals that has been parameterized with six additional parameters. | 
class  | 
ParameterizedEvaluatorWithIntervals7<TParameter1,TParameter2,TParameter3,TParameter4,TParameter5,TParameter6,TParameter7,TResult,TResultOverIntervals>
An  
IEvaluatorOverIntervals 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. | 
class  | 
ParameterizedValueEvaluator1<TParameter1,TResult>
An  
IValueEvaluator that has been parameterized with one additional parameter. | 
class  | 
ParameterizedValueEvaluator2<TParameter1,TParameter2,TResult>
An  
IValueEvaluator that has been parameterized with two additional parameters. | 
class  | 
ParameterizedValueEvaluator3<TParameter1,TParameter2,TParameter3,TResult>
An  
IValueEvaluator that has been parameterized with three additional parameters. | 
class  | 
ParameterizedValueEvaluator4<TParameter1,TParameter2,TParameter3,TParameter4,TResult>
An  
IValueEvaluator that has been parameterized with four additional parameters. | 
class  | 
ParameterizedValueEvaluator5<TParameter1,TParameter2,TParameter3,TParameter4,TParameter5,TResult>
An  
IValueEvaluator that has been parameterized with five additional parameters. | 
class  | 
ParameterizedValueEvaluator6<TParameter1,TParameter2,TParameter3,TParameter4,TParameter5,TParameter6,TResult>
An  
IValueEvaluator that has been parameterized with six additional parameters. | 
class  | 
ParameterizedValueEvaluator7<TParameter1,TParameter2,TParameter3,TParameter4,TParameter5,TParameter6,TParameter7,TResult>
An  
IValueEvaluator that has been parameterized with seven additional parameters. | 
class  | 
ValueEvaluator<T>
An abstract base class for evaluators that takes no parameters and produces a return
 value of a given type. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static <T extends IAvailability> | 
EvaluatorHelper.allEvaluatorsAreAvailable(JulianDate date,
                         Iterable<T> evaluators)
Determines whether all evaluators in a collection are available at a given time. 
 | 
static <T extends IAvailability> | 
EvaluatorHelper.getAvailabilityIntervals(TimeIntervalCollection consideredIntervals,
                        Iterable<T> evaluators)
Computes availability intervals as the intersection of the availability of each evaluator in a collection. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static boolean | 
EvaluatorHelper.allEvaluatorsAreAvailable(JulianDate date,
                         IAvailability... evaluators)
Determines whether all evaluators in an array are available at a given time. 
 | 
static boolean | 
EvaluatorHelper.allEvaluatorsAreAvailable(JulianDate date,
                         IAvailability evaluator1)
Determines whether all evaluators given are available at a given time. 
 | 
static boolean | 
EvaluatorHelper.allEvaluatorsAreAvailable(JulianDate date,
                         IAvailability evaluator1,
                         IAvailability evaluator2)
Determines whether all evaluators given are available at a given time. 
 | 
static boolean | 
EvaluatorHelper.allEvaluatorsAreAvailable(JulianDate date,
                         IAvailability evaluator1,
                         IAvailability evaluator2,
                         IAvailability evaluator3)
Determines whether all evaluators given are available at a given time. 
 | 
static TimeIntervalCollection | 
EvaluatorHelper.getAvailabilityIntervals(TimeIntervalCollection consideredIntervals,
                        IAvailability... evaluators)
Computes availability intervals as the intersection of the availability of each evaluator in an array. 
 | 
static TimeIntervalCollection | 
EvaluatorHelper.getAvailabilityIntervals(TimeIntervalCollection consideredIntervals,
                        IAvailability evaluator1)
Computes availability intervals as the intersection of the availability of multiple evaluators. 
 | 
static TimeIntervalCollection | 
EvaluatorHelper.getAvailabilityIntervals(TimeIntervalCollection consideredIntervals,
                        IAvailability evaluator1,
                        IAvailability evaluator2)
Computes availability intervals as the intersection of the availability of multiple evaluators. 
 | 
static TimeIntervalCollection | 
EvaluatorHelper.getAvailabilityIntervals(TimeIntervalCollection consideredIntervals,
                        IAvailability evaluator1,
                        IAvailability evaluator2,
                        IAvailability evaluator3)
Computes availability intervals as the intersection of the availability of multiple evaluators. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
RinexNavigationEphemeris
Contains the data for a single ephemeris defining the GPS satellite corresponding to 
  
PseudoRandomNumber (get). | 
class  | 
RinexNavigationRecord
An ephemeris record in a RINEX Navigation File, corresponding to a single space vehicle (SV). 
 | 
class  | 
SP3aEphemeris
Contains data for an SP3 version A precise ephemeris file. 
 | 
class  | 
SP3cEphemeris
Contains data for an SP3 version C precise ephemeris file. 
 | 
class  | 
SP3dEphemeris
Contains data for an SP3 version D precise ephemeris file. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SegmentPropagatorConstraintEvaluator
 | 
class  | 
SegmentPropagatorCostFunctionEvaluator
 | 
class  | 
SegmentPropagatorInequalityConstraintEvaluator
 | 
class  | 
SegmentPropagatorVariableEvaluator
The  
evaluator for SegmentPropagatorVariables that is 
 used by a MultivariableFunctionSolver directly, or to modify some part of the 
 configuration for the segments getting propagated in 
 a SegmentList. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Interpolator
Computes the interpolated value of a function for a new independent variable value
 from a list of known values of the function at different independent variable values. 
 | 
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 | Interface and Description | 
|---|---|
interface  | 
IUpdatePriorToStep
An interface to an object created by a  
PropagationStateElement that has special behavior
 that takes place each time step prior to propagation. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
GpsRinexPropagator
GPS RINEX Propagator class propagates GPS orbits - providing GPS satellite positions based on RINEX
 broadcast ephemeris sets. 
 | 
class  | 
SinglePointStoppablePropagator
Samples a  
Point at a specified time step until a StoppingCondition is 
 satisfied, returning the ephemeris computed and all events found by the 
 StoppingConditions (get). | 
class  | 
StoppablePropagator
A propagator that wraps some type that generates  
states and will sample some
 derived value from those states searching for events and eventually   an event that will stop propagation with 
 StoppingConditionEvaluators. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AuxiliaryStateElementEvaluator
Abstract base class for the evaluator produced by an auxiliary state variable. 
 | 
class  | 
PropagationStateCorrectionEvaluator
Members of this class calculate corrections to a propagated state after the integration step. 
 | 
class  | 
PropagationStateElementEvaluator
Abstract base class for the evaluator produced by an  
PropagationStateElement. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
StateUpdaterEvaluator
Updates the propagated state in an  
UpdateSegment. | 
class  | 
TargetedSegmentListOperatorEvaluator
The evaluator of an  
operator that a 
 TargetedSegmentList uses on its constituent segments. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
StoppingConditionConstraintEvaluator
The evaluator for a  
StoppingConditionConstraint. | 
class  | 
StoppingConditionEvaluator
The type that actually evaluates a value from the state of propagation that can be used to stop the propagation. 
 | 
class  | 
ThresholdStoppingConditionConstraintEvaluator
 |