| 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. 
 | 
| agi.foundation.navigation.advanced.signalprocessing | 
 Contains types for representing processing of GPS communication signals. 
 | 
| agi.foundation.navigation.datareaders | 
 Contains types for reading various navigation-related data file formats. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static NavigationBlockType | 
NavigationBlockType.getDefault()
Get the enum constant that is considered to be the default. 
 | 
static NavigationBlockType | 
NavigationBlockType.getFromValue(int value)
Get the enum constant that is associated with the given numeric value. 
 | 
static NavigationBlockType | 
NavigationBlockType.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static NavigationBlockType[] | 
NavigationBlockType.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
NavigationBlockType | 
NavigationTransmitterExtension.getBlock()
Gets the block type for this satellite. 
 | 
NavigationBlockType | 
INavigationTransmitterService.getBlock()
Gets the block type of the satellite broadcasting navigation signals. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Map<NavigationSignalType,NavigationSignalCharacteristics> | 
NavigationSignalCharacteristics.getFromBlock(NavigationBlockType blockType)
Provides the complete set of signals and their characteristics for a given block type. 
 | 
static NavigationSignalCharacteristics | 
NavigationSignalCharacteristics.getFromType(NavigationSignalType signalType,
           NavigationBlockType blockType)
Provides the signal characteristics specific to a type and block of signal. 
 | 
void | 
NavigationTransmitterExtension.setBlock(NavigationBlockType value)
Sets the block type for this satellite. 
 | 
| Constructor and Description | 
|---|
NavigationTransmitterExtension(GpsSignalGeneratorCollection transmitters,
                              NavigationBlockType block)
Creates a navigation transmitter, specifying the transmitter collection and the block type of the transmitting satellite. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
NavigationBlockType | 
GpsPowerSpectralDensityFilter.getBlockType()
Gets the block type of the GPS satellite broadcasting the signal passing through this filter. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
GpsPowerSpectralDensityFilter.setBlockType(NavigationBlockType value)
Sets the block type of the GPS satellite broadcasting the signal passing through this filter. 
 | 
| Constructor and Description | 
|---|
GpsPowerSpectralDensityFilter(SignalProcessor inputSignalProcessor,
                             NavigationSignalType signalType,
                             NavigationBlockType blockType,
                             double noiseTemperature,
                             double frequency,
                             double lowerBandwidthLimit,
                             double upperBandwidthLimit)
Initialize a new instance based on the given parameters. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
NavigationBlockType | 
GpsSatelliteInformation.getBlock()
Gets the block type for this satellite. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
GpsSatelliteInformation.setBlock(NavigationBlockType value)
Sets the block type for this satellite. 
 |