| Package | Description |
|---|---|
| agi.foundation.navigation.datareaders |
Contains types for reading various navigation-related data file formats.
|
| Modifier and Type | Method and Description |
|---|---|
RinexNavigationEphemeris[] |
RinexNavigationRecord.getAllEphemerisData()
Retrieves the
RinexNavigationEphemeris defining all the characteristics of this satellite. |
RinexNavigationEphemeris |
RinexNavigationRecord.getDataFromMostRecentEphemeris(GlobalPositioningSystemDate date)
Retrieves the
RinexNavigationEphemeris defining all characteristics of this satellite
which represent the most recent ephemeris prior to date, compared to TransmissionTime (get). |
static RinexNavigationEphemeris |
RinexNavigationEphemeris.readEphemeris(String[] ephemerisBlock)
Parse a block of eight lines representing a single ephemeris block formatted according to
the RINEX Navigation file 2.10 standard.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
RinexNavigationEphemeris.equals(RinexNavigationEphemeris left,
RinexNavigationEphemeris right)
Returns
true if the two instances are exactly equal. |
boolean |
RinexNavigationEphemeris.equalsType(RinexNavigationEphemeris other)
Indicates whether another instance of this type is exactly equal to this instance.
|
static boolean |
RinexNavigationEphemeris.notEquals(RinexNavigationEphemeris left,
RinexNavigationEphemeris right)
Returns
true if the two instances are not exactly equal. |