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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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:
SP3cEphemerisDataSP3cCorrelations
See Also