| Package | Description | 
|---|---|
| agi.foundation.navigation.advanced | 
 Contains types used in GPS communications modeling. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static GpsSignalConfiguration | 
GpsSignalConfiguration.getDefault()
Get the enum constant that is considered to be the default. 
 | 
static GpsSignalConfiguration | 
GpsSignalConfiguration.getFromValue(int value)
Get the enum constant that is associated with the given numeric value. 
 | 
static GpsSignalConfiguration | 
GpsSignalConfiguration.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static GpsSignalConfiguration[] | 
GpsSignalConfiguration.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Constructor and Description | 
|---|
GpsCommunicationsFrontEnd(PlatformCollection gpsConstellation,
                         GpsSignalConfiguration signalConfiguration,
                         Point location,
                         Axes orientation)
Creates a front end for a  
GpsReceiver that can be used to model communications between GPS satellites and 
    the GpsReceiver, using a predefined receiver signal configuration. |