| Package | Description | 
|---|---|
| agi.foundation.navigation | 
 Contains types useful in modeling navigation processes which utilize the Global Positioning System (GPS). 
 | 
| agi.foundation.navigation.advanced | 
 Contains types used in GPS communications modeling. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ConstantGpsReceiverNoiseModel
Reports a constant value for the total noise in any GPS receiver when receiving
 a signal from any GPS satellite. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
GpsReceiverNoiseModel | 
GpsReceiver.getNoiseModel()
Gets the model for computing the noise in this receiver when
    receiving a signal from a navigation satellite. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected abstract boolean | 
GpsReceiverNoiseModel.checkForSameDefinition(GpsReceiverNoiseModel other)
Checks to determine if another instance has the same definition as this instance and
    returns  
true if it does. | 
protected boolean | 
ConstantGpsReceiverNoiseModel.checkForSameDefinition(GpsReceiverNoiseModel other)
Checks to determine if another instance has the same definition as this instance and
    returns  
true if it does. | 
void | 
GpsReceiver.setNoiseModel(GpsReceiverNoiseModel value)
Sets the model for computing the noise in this receiver when
    receiving a signal from a navigation satellite. 
 | 
| Constructor and Description | 
|---|
GpsReceiverNoiseModel(GpsReceiverNoiseModel existingInstance,
                     CopyContext context)
Initializes a new instance as a copy of an existing instance. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
GpsCommunicationsNoiseModel
Reports a noise value calculated from the receiver communications system for a given satellite,  
NavigationReceiverChannel pair. | 
| Modifier and Type | Method and Description | 
|---|---|
protected boolean | 
GpsCommunicationsNoiseModel.checkForSameDefinition(GpsReceiverNoiseModel other)
Checks to determine if another instance has the same definition as this instance and
    returns  
true if it does. |