| Package | Description |
|---|---|
| agi.foundation.navigation.datareaders |
Contains types for reading various navigation-related data file formats.
|
| Modifier and Type | Method and Description |
|---|---|
SP3dEphemerisData<Double> |
SP3dEphemeris.getClockCorrection()
Gets the clock data.
|
SP3dEphemerisData<Double> |
SP3dEphemeris.getClockCorrectionRate()
Gets the clock correction rate data.
|
SP3dEphemerisData<Double> |
SP3dEphemeris.getClockCorrectionRateStandardDeviation()
Gets the standard deviations for the clock correction rate data, defined on the "EV" lines of the SP3-d file.
|
SP3dEphemerisData<Double> |
SP3dEphemeris.getClockCorrectionRateStandardDeviationApproximate()
Gets the approximate standard deviations for the clock correction data, defined on the same line as the position data.
|
SP3dEphemerisData<Double> |
SP3dEphemeris.getClockCorrectionStandardDeviation()
Gets the standard deviations for the clock correction data, defined on the "EP" lines of the SP3-d file.
|
SP3dEphemerisData<Double> |
SP3dEphemeris.getClockCorrectionStandardDeviationApproximate()
Gets the approximate standard deviations for the clock correction data, defined on the same line as the position data.
|
SP3dEphemerisData<JulianDate> |
SP3dEphemeris.getClockEvent()
Gets the clock event times as indicated by the clock event flag in the position 'P' record.
|
SP3dEphemerisData<JulianDate> |
SP3dEphemeris.getClockPredicted()
Gets the clock correction prediction times as indicated by the clock prediction flag in the position 'P' record.
|
SP3dEphemerisData<JulianDate> |
SP3dEphemeris.getOrbitManeuver()
Gets the orbit maneuver times as indicated by the orbit maneuver flag in the position 'P' record.
|
SP3dEphemerisData<JulianDate> |
SP3dEphemeris.getOrbitPredicted()
Gets the orbit prediction times as indicated by the orbit prediction flag in the position 'P' record.
|
SP3dEphemerisData<SP3dCorrelations> |
SP3dEphemeris.getPositionCorrelations()
Gets the correlations for the position data, defined on the "EP" lines of the SP3-d file.
|
SP3dEphemerisData<Cartesian> |
SP3dEphemeris.getPositions()
Gets the position data.
|
SP3dEphemerisData<Cartesian> |
SP3dEphemeris.getPositionStandardDeviations()
Gets the standard deviations for the position data, defined on the "EP" lines of the SP3-d file.
|
SP3dEphemerisData<Cartesian> |
SP3dEphemeris.getPositionStandardDeviationsApproximate()
Gets the approximate standard deviations for the position data, defined on the same line as the position data.
|
SP3dEphemerisData<Cartesian> |
SP3dEphemeris.getVelocities()
Gets the velocity data.
|
SP3dEphemerisData<SP3dCorrelations> |
SP3dEphemeris.getVelocityCorrelations()
Gets the correlations for the velocity data, defined on the "EV" lines of the SP3-d file.
|
SP3dEphemerisData<Cartesian> |
SP3dEphemeris.getVelocityStandardDeviations()
Gets the standard deviations for the velocity data, defined on the "EV" lines of the SP3-d file.
|
SP3dEphemerisData<Cartesian> |
SP3dEphemeris.getVelocityStandardDeviationsApproximate()
Gets the approximate standard deviations for the velocity data, defined on the same line as the velocity data.
|