Used by GPS navigation solutions and ephemeris measurement processing to specify whether the value of the observation is the position X, Y, or Z component, or (for ephemeris measurement processing) velocity X, Y, Z component. For GPS navigation solutions the components are assumed to be in the ECF reference frame. For ephemeris measurement processing the central body and coordinate system are given by EphCentralBody and CartesianCoordSys respectively.
Read-write property
[Visual Basic .NET] |
---|
Public Property CartesianComponent() As ECartesianComponent |
[C#] |
---|
public ECartesianComponent CartesianComponent {get; set;} |
[Managed C++] |
---|
public: __property ECartesianComponent get_CartesianComponent(); |
[Unmanaged C++] |
---|
public: HRESULT get_CartesianComponent( ECartesianComponent * pVal ); public: HRESULT put_CartesianComponent( ECartesianComponent newVal ); |
[Java] |
---|
public ECartesianComponent getCartesianComponent(); public void setCartesianComponent( ECartesianComponent ); |