AGI AgRadarPlugin 11 Send comments on this topic.
ComputeSurfaceNormalDeticArray 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 detic 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 ComputeSurfaceNormalDeticArray( _
   ByVal latitude As Double, _
   ByVal longitude As Double _
) As System.Array

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

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

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

[Unmanaged C++]
public: HRESULT ComputeSurfaceNormalDeticArray(
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