STK UtilSend comments on this topic.
AssignSpherical Method (IAgPosition)
See Also
Lat
The Latitude value.
Lon
The Longitude value.
Radius
The Radius value.
Windows





Windows & Linux

Description

Helper method to assign the position using the Spherical representation

Syntax

[Visual Basic .NET]
Public Sub AssignSpherical( _
    ByVal Lat As System.Object, _
    ByVal Lon As System.Object, _
    ByVal Radius As Double _
)
[C#]
public void AssignSpherical(
    System.Object Lat,
    System.Object Lon,
    double Radius
);
[Managed C++]
public: void AssignSpherical(
    VARIANT Lat,
    VARIANT Lon,
    double Radius
);
[Unmanaged C++]
public: HRESULT AssignSpherical(
    VARIANT Lat,
    VARIANT Lon,
    double Radius
);
[Java]
public void assignSpherical(
    AgVariant Lat,
    AgVariant Lon,
    double Radius
);
[Python - STK API ]
def AssignSpherical(self, Lat:typing.Any, Lon:typing.Any, Radius:float) -> None:

Parameters

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.