STK ObjectsSend comments on this topic.
Add Method (IAgVeRealtimeLLAHPSPoints)
See Also
Time
Lat
Lon
Alt
Heading
Pitch
Speed
Windows





Windows & Linux

Description

Adds an ephemeris point using position, heading, pitch and speed. Epoch uses DateFormat dimension. Lat uses Latitude dimension. Lon uses Longitude dimension. Alt uses Distance dimension. Heading/Pitch use Angle dimension.

Syntax

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

Parameters

Time
Lat
Lon
Alt
Heading
Pitch
Speed

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.