Package | Description |
---|---|
agi.foundation.navigation.advanced |
Contains types used in GPS communications modeling.
|
Modifier and Type | Method and Description |
---|---|
NavigationSignal |
NavigationSignalCollection.findFirst(NavigationSignalPriority priority)
Finds the first
NavigationSignal in this collection that has the specified priority. |
NavigationSignal |
NavigationReceiverChannel.findFirst(NavigationSignalPriority priority)
Finds the first
NavigationSignal in this NavigationReceiverChannel that has the specified priority. |
Modifier and Type | Method and Description |
---|---|
ArrayList<NavigationSignal> |
NavigationSignalCollection.findTrackingType(NavigationSignalTrackingType tracking)
Finds the set of
NavigationSignals in this collection that have the specified tracking type. |
Modifier and Type | Method and Description |
---|---|
protected boolean |
NavigationSignal.checkForSameDefinition(NavigationSignal 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 |
---|---|
protected boolean |
NavigationSignalCollection.checkForSameDefinition(DefinitionalObjectCollection<NavigationSignal> other) |
Constructor and Description |
---|
NavigationSignalCollection(Iterable<? extends NavigationSignal> signals)
Construct a new instance based on an existing collection of
NavigationSignals . |