| Package | Description | 
|---|---|
| agi.foundation | 
 Contains commonly used types. 
 | 
| agi.foundation.navigation.datareaders | 
 Contains types for reading various navigation-related data file formats. 
 | 
| agi.foundation.propagators | 
 Contains types used in producing the state of an object from a known element set. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static BehaviorBeyondAvailability | 
BehaviorBeyondAvailability.getDefault()
Get the enum constant that is considered to be the default. 
 | 
static BehaviorBeyondAvailability | 
BehaviorBeyondAvailability.getFromValue(int value)
Get the enum constant that is associated with the given numeric value. 
 | 
static BehaviorBeyondAvailability | 
BehaviorBeyondAvailability.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static BehaviorBeyondAvailability[] | 
BehaviorBeyondAvailability.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Platform | 
RinexNavigationRecord.createSatellite(BehaviorBeyondAvailability evaluationBehavior)
Creates a GPS satellite for this RINEX record. 
 | 
PlatformCollection | 
RinexNavigation.createSatelliteCollection(BehaviorBeyondAvailability evaluationBehavior)
Creates a GPS satellite for each record in the RINEX Navigation file, using the specified evaluation behavior. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
BehaviorBeyondAvailability | 
GpsRinexPropagator.getEvaluationBehavior()
Gets the type of behavior the  
GpsRinexPropagator will have when it is evaluated beyond its AvailabilityIntervals (get). | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
GpsRinexPropagator.setEvaluationBehavior(BehaviorBeyondAvailability value)
Sets the type of behavior the  
GpsRinexPropagator will have when it is evaluated beyond its AvailabilityIntervals (get). |