| Package | Description |
|---|---|
| agi.foundation.navigation |
Contains types useful in modeling navigation processes which utilize the Global Positioning System (GPS).
|
| Modifier and Type | Method and Description |
|---|---|
static GpsSatelliteExtension |
GpsSatelliteExtension.findByPseudoRandomNumber(PlatformCollection satellites,
int pseudoRandomNumber)
A method to find the particular GPS satellite extension for a given PRN.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
GpsSatelliteExtension.checkForSameDefinition(GpsSatelliteExtension other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
| Constructor and Description |
|---|
GpsSatelliteExtension(GpsSatelliteExtension existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|