Click or drag to resize

NavstarISGps200DPropagatorReferenceFrame Property

Gets the Earth Fixed reference frame, which is the frame that the GPS satellite orbital positions are referenced to.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ReferenceFrame ReferenceFrame { get; }

Property Value

Type: ReferenceFrame
Remarks
The Earth Fixed frame is obtained from the FixedFrame property of the EarthCentralBody that is stored in the CentralBodiesFacet instance in the CalculationContext.
See Also