AGI STK Util 11Send comments on this topic.
QuerySpherical Method (IAgPosition)
See Also 
Lat
The Latitude value.
Lon
The Longitude value.
Radius
The Radius value.
Windows






Windows & Linux

Description

Helper method to get the position using the Spherical representation

Syntax

[Visual Basic .NET]
Public Sub QuerySpherical( _
   ByRef Lat As System.Object, _
   ByRef Lon As System.Object, _
   ByRef Radius As Double _
) 
[C#]
public void QuerySpherical(
   ref System.Object Lat,
   ref System.Object Lon,
   ref double Radius
);
[Managed C++]
public: void QuerySpherical(
   VARIANT ^ Lat,
   VARIANT ^ Lon,
   double ^ Radius
);
[Java]
public  querySpherical(
   Variant Lat,
   Variant Lon,
   double Radius
);
[Unmanaged C++]
public: HRESULT QuerySpherical(
   VARIANT * Lat,
   VARIANT * Lon,
   double * Radius
);

Parameters

Lat
The Latitude value.
Lon
The Longitude value.
Radius
The Radius value.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.