STK AgRadarPluginSend comments on this topic.
ConvertLLAToCBFCartesian Method (IAgStkRadarPosVelProvider)
See Also
latitude
Latitude in radians.
longitude
Longitude in radians.
altitude
Altitude in meters.
x
X component of the central body fixed vector in meters.
y
Y component of the central body fixed vector in meters.
z
Z component of the central body fixed vector in meters.
Windows





Windows & Linux

Description

Converts latitude, longitude, and altitude to central body fixed cartesian.

Syntax

[Visual Basic .NET]
Public Sub ConvertLLAToCBFCartesian( _
    ByVal latitude As Double, _
    ByVal longitude As Double, _
    ByVal altitude As Double, _
    ByRef x As Double, _
    ByRef y As Double, _
    ByRef z As Double _
)
[C#]
public void ConvertLLAToCBFCartesian(
    double latitude,
    double longitude,
    double altitude,
    ref double x,
    ref double y,
    ref double z
);
[Managed C++]
public: void ConvertLLAToCBFCartesian(
    double latitude,
    double longitude,
    double altitude,
    double ^ x,
    double ^ y,
    double ^ z
);
[Unmanaged C++]
public: HRESULT ConvertLLAToCBFCartesian(
    double latitude,
    double longitude,
    double altitude,
    double * x,
    double * y,
    double * z
);

Parameters

latitude
Latitude in radians.
longitude
Longitude in radians.
altitude
Altitude in meters.
x
X component of the central body fixed vector in meters.
y
Y component of the central body fixed vector in meters.
z
Z component of the central body fixed vector in meters.

Remarks

The conversion uses the %IAgStkRadarPosVelProvider:AgStkRadar~IAgStkRadarPosVelProvider% objects current central body.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.