AGI AgRadarPlugin 11 Send 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.





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
);

[Java]
public  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 objects current central body.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1