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





Description

Computes the central body radius centric for a given latitude and longitude.

Syntax

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

[C#]
public double ComputeLocalRadiusCentric(
double latitude,
double longitude
);

[Managed C++]
public: double ComputeLocalRadiusCentric(
double latitude,
double longitude
);

[Java]
public double computeLocalRadiusCentric(
double latitude,
double longitude
);

[Unmanaged C++]
public: HRESULT ComputeLocalRadiusCentric(
double latitude,
double longitude,
double * ReturnValue
);

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