AGI AgRadarPlugin 11 Send comments on this topic.
ComputeSurfaceNormalCentricArray Method (IAgStkRadarPosVelProvider)
See Also 
latitude
The latitude of the desired location in radians.
longitude
The longitude of the desired location in radians.
Windows






Windows & Linux

Description

Computes, using the supplied latitude and longitude, the central body centric surface normal 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.

Syntax

[Visual Basic .NET]
Public Function ComputeSurfaceNormalCentricArray( _
   ByVal latitude As Double, _
   ByVal longitude As Double _
) As System.Array

[C#]
public System.Array ComputeSurfaceNormalCentricArray(
double latitude,
double longitude
);

[Managed C++]
public: System::Array ComputeSurfaceNormalCentricArray(
double latitude,
double longitude
);

[Java]
public Object[] computeSurfaceNormalCentricArray(
double latitude,
double longitude
);

[Unmanaged C++]
public: HRESULT ComputeSurfaceNormalCentricArray(
double latitude,
double longitude,
SAFEARRAY ** Array
);

Parameters

latitude
The latitude of the desired location in radians.
longitude
The longitude of the desired location in radians.

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface