| Package | Description |
|---|---|
| agi.foundation.navigation.advanced |
Contains types used in GPS communications modeling.
|
| Modifier and Type | Method and Description |
|---|---|
NavigationReceiverChannel |
NavigationReceiverChannelCollection.findFirst(int satelliteID)
Find the first
NavigationReceiverChannel in the collection that has the specified satelliteID. |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
NavigationReceiverChannel.checkForSameDefinition(NavigationReceiverChannel 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 |
NavigationReceiverChannelCollection.checkForSameDefinition(DefinitionalObjectCollection<NavigationReceiverChannel> other) |
| Constructor and Description |
|---|
NavigationReceiverChannelCollection(Iterable<? extends NavigationReceiverChannel> channels)
Construct a new instance based on an existing collection of
NavigationReceiverChannels. |