Package | Description |
---|---|
agi.foundation.navigation.datareaders |
Contains types for reading various navigation-related data file formats.
|
agi.foundation.propagators |
Contains types used in producing the state of an object from a known element set.
|
Modifier and Type | Class and Description |
---|---|
class |
RinexNavigationEphemeris
Contains the data for a single ephemeris defining the GPS satellite corresponding to
PseudoRandomNumber (get ). |
class |
SemAlmanacRecord
A record in a SEM almanac, corresponding to a single space vehicle (SV).
|
class |
YumaAlmanacRecord
A record in a YUMA almanac, corresponding to a single space vehicle (SV).
|
Modifier and Type | Method and Description |
---|---|
IGpsElements[] |
RinexNavigationRecord.getAllGpsElementsFromEphemerisData()
Retrieves the
IGpsElements defining the orbit of this satellite. |
IGpsElements |
RinexNavigationRecord.getElementsFromMostRecentEphemeris(GlobalPositioningSystemDate date)
Retrieves the
IGpsElements defining the orbit of this satellite
which represent the most recent ephemeris prior to date . |
Constructor and Description |
---|
NavstarISGps200DPropagator(IGpsElements elementSet)
Constructor that takes a single GPS satellite element set.
|