| Package | Description | 
|---|---|
| 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.numericalmethods | 
 Contains general numerical algorithms. 
 | 
| agi.foundation.platforms | 
 Contains types used in modeling various mechanical platforms such as satellites, facilities, aircraft, etc. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ConstantCovariance3By3
Represents position covariance with standard deviations which remain constant in the given axes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DynamicCovariance3By3 | 
Covariance3By3DynamicMatrix.getDynamicCovariance()
Gets the covariance data that will be evaluated to make the
     
Matrix at evaluation time. | 
DynamicCovariance3By3 | 
ILocationPointCovarianceService.getLocationPointCovariance()
Gets the description of the axes lengths and orientation of the covariance ellipsoid. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected abstract boolean | 
DynamicCovariance3By3.checkForSameDefinition(DynamicCovariance3By3 other)
Checks to determine if another instance has the same definition as this instance and
    returns  
true if it does. | 
protected boolean | 
ConstantCovariance3By3.checkForSameDefinition(DynamicCovariance3By3 other)
Checks to determine if another instance has the same definition as this instance and
    returns  
true if it does. | 
void | 
Covariance3By3DynamicMatrix.setDynamicCovariance(DynamicCovariance3By3 value)
Sets the covariance data that will be evaluated to make the
     
Matrix at evaluation time. | 
| Constructor and Description | 
|---|
Covariance3By3DynamicMatrix(DynamicCovariance3By3 dynamicCovariance)
Initializes a new instance. 
 | 
DynamicCovariance3By3(DynamicCovariance3By3 existingInstance,
                     CopyContext context)
Initializes a new instance as a copy of an existing instance. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Covariance3By3SizeAndOrientationInterpolator
Interpolates  
Covariance3By3SizeAndOrientation information. | 
| Modifier and Type | Method and Description | 
|---|---|
protected boolean | 
Covariance3By3SizeAndOrientationInterpolator.checkForSameDefinition(DynamicCovariance3By3 other)
Checks to determine if another instance has the same definition as this instance and
    returns  
true if it does. | 
| Modifier and Type | Method and Description | 
|---|---|
DynamicCovariance3By3 | 
LocationPointCovarianceExtension.getLocationPointCovariance()
Gets the description of the axes lengths and orientation of the covariance ellipsoid. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
LocationPointCovarianceExtension.setLocationPointCovariance(DynamicCovariance3By3 value)
Sets the description of the axes lengths and orientation of the covariance ellipsoid. 
 | 
| Constructor and Description | 
|---|
LocationPointCovarianceExtension(DynamicCovariance3By3 covariance)
Initializes a new instance from a vector and axes. 
 |