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.





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1