STK ObjectsSend comments on this topic.
AssignGeodetic Method (IAgLLAPosition)
See Also
Lat
Lon
Alt
Windows





Windows & Linux

Description

Assign the position using geodetic representation. Lat uses Latitude Dimension. Lon Uses Longitude Dimension. Alt uses Distance Dimension.

Syntax

[Visual Basic .NET]
Public Sub AssignGeodetic( _
    ByVal Lat As Double, _
    ByVal Lon As Double, _
    ByVal Alt As Double _
)
[C#]
public void AssignGeodetic(
    double Lat,
    double Lon,
    double Alt
);
[Managed C++]
public: void AssignGeodetic(
    double Lat,
    double Lon,
    double Alt
);
[Unmanaged C++]
public: HRESULT AssignGeodetic(
    double Lat,
    double Lon,
    double Alt
);
[Java]
public void assignGeodetic(
    double Lat,
    double Lon,
    double Alt
);
[Python - STK API ]
def AssignGeodetic(self, Lat:float, Lon:float, Alt:float) -> None:

Parameters

Lat
Lon
Alt

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.