STK AgRadarPluginSend comments on this topic.
ConvertCBFCartesianToLLA Method (IAgStkRadarPosVelProvider)
See Also
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.
latitude
Latitude in radians.
longitude
Longitude in radians.
altitude
Altitude in meters.
Windows





Windows & Linux

Description

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

Syntax

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

Parameters

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.
latitude
Latitude in radians.
longitude
Longitude in radians.
altitude
Altitude in meters.

Remarks

The current central body of the %IAgStkRadarPosVelProvider:AgStkRadar~IAgStkRadarPosVelProvider% object is used do the conversion.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.