Package | Description |
---|---|
agi.foundation.navigation.datareaders |
Contains types for reading various navigation-related data file formats.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<SatelliteIdentifier> |
SP3dHeaderRecord.getSatelliteIdentifiers()
Gets the satellite identifiers as listed in the header of the SP3d file.
|
ArrayList<SatelliteIdentifier> |
SP3cHeaderRecord.getSatelliteIdentifiers()
Gets the satellite identifiers as listed in the header of the SP3c file.
|
Collection<SatelliteIdentifier> |
SP3dEphemerisData.getSatellites()
Gets the collection of satellites for which data is available.
|
Collection<SatelliteIdentifier> |
SP3cEphemerisData.getSatellites()
Gets the collection of satellites for which data is available.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
SatelliteIdentifier.equals(SatelliteIdentifier left,
SatelliteIdentifier right)
Returns
true if the two instances are exactly equal. |
boolean |
SatelliteIdentifier.equalsType(SatelliteIdentifier other)
Indicates whether another instance of this type is exactly equal to this instance.
|
List<T> |
SP3dEphemerisData.getDataForSatellite(SatelliteIdentifier identifier)
Gets the list of data associated with a particular satellite.
|
List<T> |
SP3cEphemerisData.getDataForSatellite(SatelliteIdentifier identifier)
Gets the list of data associated with a particular satellite.
|
static boolean |
SatelliteIdentifier.notEquals(SatelliteIdentifier left,
SatelliteIdentifier right)
Returns
true if the two instances are not exactly equal. |