Converts the supplied latitude, longitude, and altitude into the body fixed coordinate system and returns the vector as an array of length 3 where the x component is array(0), y component is array(1), and z component is array(2). All values in meters.
| [Visual Basic .NET] |
|---|
Public Function ConvertLLAToCBFCartesianArray( _ ByVal latitude As Double, _ ByVal longitude As Double, _ ByVal altitude As Double _ ) As System.Array |
| [C#] |
|---|
public System.Array ConvertLLAToCBFCartesianArray( |
| [Managed C++] |
|---|
public: System::Array ConvertLLAToCBFCartesianArray( |
- latitude
- longitude
- altitude
The conversion uses the IAgStkRadarPosVelProvider objects current central body.
