| Package | Description |
|---|---|
| agi.foundation.navigation.datareaders |
Contains types for reading various navigation-related data file formats.
|
| Modifier and Type | Method and Description |
|---|---|
List<SatelliteIdentifier> |
SP3dEphemeris.getIdentifiers()
Gets the collection of satellite identifiers contained in this SP3-d file.
|
List<SatelliteIdentifier> |
SP3cEphemeris.getIdentifiers()
Gets the collection of satellite identifiers contained in this SP3-c file.
|
ArrayList<SatelliteIdentifier> |
SP3dHeaderRecord.getSatelliteIdentifiers()
Gets the satellite identifiers as listed in the header of the SP3-d file.
|
ArrayList<SatelliteIdentifier> |
SP3cHeaderRecord.getSatelliteIdentifiers()
Gets the satellite identifiers as listed in the header of the SP3-c file.
|
abstract List<SatelliteIdentifier> |
SP3dEphemerisData.getSatellites()
Gets the collection of satellites for which data is available.
|
abstract List<SatelliteIdentifier> |
SP3cEphemerisData.getSatellites()
Gets the collection of satellites for which data is available.
|
| Modifier and Type | Method and Description |
|---|---|
int |
SatelliteIdentifier.compareTo(SatelliteIdentifier other)
Compares this instance with another instance of the same type.
|
Point |
SP3dEphemeris.createPoint(SatelliteIdentifier identifier)
Creates a point based on the
PointInterpolator
using the ECEF coordinate frame and the default
TranslationalMotionInterpolator. |
Point |
SP3cEphemeris.createPoint(SatelliteIdentifier identifier)
Creates a point based on the
PointInterpolator
using the ECEF coordinate frame and the default
TranslationalMotionInterpolator. |
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.
|
DateMotionCollection1<Double> |
SP3dEphemeris.getApproximateClockStandardDeviationDataForSatellite(SatelliteIdentifier identifier)
Gets the raw approximate clock standard deviation data associated with a particular satellite.
|
DateMotionCollection1<Double> |
SP3cEphemeris.getApproximateClockStandardDeviationDataForSatellite(SatelliteIdentifier identifier)
Gets the raw approximate clock standard deviation data associated with a particular satellite.
|
DateMotionCollection1<Cartesian> |
SP3dEphemeris.getApproximatePositionalStandardDeviationDataForSatellite(SatelliteIdentifier identifier)
Gets the raw approximate positional standard deviation data associated with a particular satellite.
|
DateMotionCollection1<Cartesian> |
SP3cEphemeris.getApproximatePositionalStandardDeviationDataForSatellite(SatelliteIdentifier identifier)
Gets the raw approximate positional standard deviation data associated with a particular satellite.
|
DateMotionCollection1<Double> |
SP3dEphemeris.getClockDataForSatellite(SatelliteIdentifier identifier)
Gets the raw clock data associated with a particular satellite.
|
DateMotionCollection1<Double> |
SP3cEphemeris.getClockDataForSatellite(SatelliteIdentifier identifier)
Gets the raw clock data associated with a particular satellite.
|
DateMotionCollection1<Double> |
SP3dEphemeris.getClockStandardDeviationDataForSatellite(SatelliteIdentifier identifier)
Gets the raw clock standard deviation data associated with a particular satellite.
|
DateMotionCollection1<Double> |
SP3cEphemeris.getClockStandardDeviationDataForSatellite(SatelliteIdentifier identifier)
Gets the raw clock standard deviation data associated with a particular satellite.
|
DateMotionCollection1<SP3dCorrelations> |
SP3dEphemeris.getCorrelationDataForSatellite(SatelliteIdentifier identifier)
Gets the raw correlation data associated with a particular satellite.
|
DateMotionCollection1<SP3cCorrelations> |
SP3cEphemeris.getCorrelationDataForSatellite(SatelliteIdentifier identifier)
Gets the raw correlation data associated with a particular satellite.
|
abstract List<T> |
SP3dEphemerisData.getDataForSatellite(SatelliteIdentifier identifier)
Gets the list of data associated with a particular satellite.
|
abstract List<T> |
SP3cEphemerisData.getDataForSatellite(SatelliteIdentifier identifier)
Gets the list of data associated with a particular satellite.
|
DateMotionCollection1<Cartesian> |
SP3dEphemeris.getPositionalDataForSatellite(SatelliteIdentifier identifier)
Gets the raw positional data associated with a particular satellite.
|
DateMotionCollection1<Cartesian> |
SP3cEphemeris.getPositionalDataForSatellite(SatelliteIdentifier identifier)
Gets the raw positional data associated with a particular satellite.
|
DateMotionCollection1<Cartesian> |
SP3dEphemeris.getPositionalStandardDeviationDataForSatellite(SatelliteIdentifier identifier)
Gets the raw positional standard deviation data associated with a particular satellite.
|
DateMotionCollection1<Cartesian> |
SP3cEphemeris.getPositionalStandardDeviationDataForSatellite(SatelliteIdentifier identifier)
Gets the raw positional standard deviation data associated with a particular satellite.
|
abstract List<JulianDate> |
SP3dEphemerisData.getTimesForSatellite(SatelliteIdentifier identifier)
Gets the list of times for the data associated with a particular satellite.
|
abstract List<JulianDate> |
SP3cEphemerisData.getTimesForSatellite(SatelliteIdentifier identifier)
Gets the list of times for the data associated with a particular satellite.
|
static boolean |
SatelliteIdentifier.greaterThan(SatelliteIdentifier left,
SatelliteIdentifier right)
Returns
true if left is greater than right. |
static boolean |
SatelliteIdentifier.greaterThanOrEqual(SatelliteIdentifier left,
SatelliteIdentifier right)
Returns
true if left is greater than or equal to right. |
static boolean |
SatelliteIdentifier.lessThan(SatelliteIdentifier left,
SatelliteIdentifier right)
Returns
true if left is less than right. |
static boolean |
SatelliteIdentifier.lessThanOrEqual(SatelliteIdentifier left,
SatelliteIdentifier right)
Returns
true if left is less than or equal to right. |
static boolean |
SatelliteIdentifier.notEquals(SatelliteIdentifier left,
SatelliteIdentifier right)
Returns
true if the two instances are not exactly equal. |