SP3cEphemerisVelocityCorrelations Property |
Gets the correlations for the velocity data, defined on the "EV" lines of the SP3c file,
by Satellite Identifier.
Namespace:
AGI.Foundation.Navigation.DataReaders
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public SP3cEphemerisData<SP3cCorrelations> VelocityCorrelations { get; }
Public ReadOnly Property VelocityCorrelations As SP3cEphemerisData(Of SP3cCorrelations)
Get
public:
property SP3cEphemerisData<SP3cCorrelations^>^ VelocityCorrelations {
SP3cEphemerisData<SP3cCorrelations^>^ get ();
}
member VelocityCorrelations : SP3cEphemerisData<SP3cCorrelations> with get
Property Value
Type:
SP3cEphemerisDataSP3cCorrelationsSee Also