Package | Description |
---|---|
agi.foundation.navigation.advanced |
Contains types used in GPS communications modeling.
|
Modifier and Type | Method and Description |
---|---|
GpsSignalGenerator |
GpsSignalGeneratorCollection.findFirst(NavigationSignalType signalType)
Find the first
GpsSignalGenerator in the collection that has the specified signal type. |
Modifier and Type | Method and Description |
---|---|
ArrayList<GpsSignalGenerator> |
GpsSignalGeneratorCollection.findAll(NavigationSignalType signalType)
Finds all
GpsSignalGenerators in the collection that have a specified signal type. |
Modifier and Type | Method and Description |
---|---|
protected boolean |
GpsSignalGenerator.checkForSameDefinition(GpsSignalGenerator 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 |
GpsSignalGeneratorCollection.checkForSameDefinition(DefinitionalObjectCollection<GpsSignalGenerator> other) |
Constructor and Description |
---|
GpsSignalGenerator(GpsSignalGenerator existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|
Constructor and Description |
---|
GpsSignalGeneratorCollection(Iterable<? extends GpsSignalGenerator> signalGenerators)
Construct a new instance based on an existing collection of
GpsSignalGenerators . |