AGI AgRadarPlugin 11Send comments on this topic.
ComputeSurfaceNormalCentric Method (IAgStkRadarPosVelProvider)
See Also 
latitude
The latitude of the desired location in radians.
longitude
The longitude of the desired location in radians.
x
X component of the surface normal vector in meters.
y
Y component of the surface normal vector in meters.
z
Z component of the surface normal vector in meters.
Windows






Windows & Linux

Description

Computes the surface normal centric vector for a given latitude and longitude.

Syntax

[Visual Basic .NET]
Public Sub ComputeSurfaceNormalCentric( _
   ByVal latitude As Double, _
   ByVal longitude As Double, _
   ByRef x As Double, _
   ByRef y As Double, _
   ByRef z As Double _
) 
[C#]
public void ComputeSurfaceNormalCentric(
   double latitude,
   double longitude,
   ref double x,
   ref double y,
   ref double z
);
[Managed C++]
public: void ComputeSurfaceNormalCentric(
   double latitude,
   double longitude,
   double ^ x,
   double ^ y,
   double ^ z
);
[Java]
public  computeSurfaceNormalCentric(
   double latitude,
   double longitude,
   double x,
   double y,
   double z
);
[Unmanaged C++]
public: HRESULT ComputeSurfaceNormalCentric(
   double latitude,
   double longitude,
   double * x,
   double * y,
   double * z
);

Parameters

latitude
The latitude of the desired location in radians.
longitude
The longitude of the desired location in radians.
x
X component of the surface normal vector in meters.
y
Y component of the surface normal vector in meters.
z
Z component of the surface normal vector in meters.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.