IAgODProvideTrackingDataLib 13Send comments on this topic.
CartesianComponent Property (IAgODGenericObs)
See Also
Windows





Windows & Linux

Description

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.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property CartesianComponent() As ECartesianComponent
[C#]
public ECartesianComponent CartesianComponent {get; set;}
[Managed C++]
public: __property ECartesianComponent get_CartesianComponent();
public: __property void set_CartesianComponent( ECartesianComponent );
[Unmanaged C++]
public: HRESULT get_CartesianComponent(
    ECartesianComponent * pVal
);
public: HRESULT put_CartesianComponent(
    ECartesianComponent newVal
);
[Java]
public ECartesianComponent getCartesianComponent();
public void setCartesianComponent(
    ECartesianComponent
);
[Python - STK API ]
@property
def CartesianComponent(self) -> ECartesianComponent:

@CartesianComponent.setter
def CartesianComponent(self, newVal:ECartesianComponent) -> None:

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.