STK XSend comments on this topic.
GetWindowProjectedPosition Method (AgUiAx2DCntrl)
See Also
Lat
Lon
Alt
DrawCoords
Windows





Windows & Linux

Description

Get the window projected position for given values.

Syntax

[Visual Basic .NET]
Public Function GetWindowProjectedPosition( _
    ByVal Lat As Double, _
    ByVal Lon As Double, _
    ByVal Alt As Double, _
    ByVal DrawCoords As AgEGfxDrawCoords _
) As AgWinProjPos
[C#]
public AgWinProjPos GetWindowProjectedPosition(
    double Lat,
    double Lon,
    double Alt,
    AgEGfxDrawCoords DrawCoords
);
[Managed C++]
public: AgWinProjPos^ GetWindowProjectedPosition(
    double Lat,
    double Lon,
    double Alt,
    AgEGfxDrawCoords DrawCoords
);
[Unmanaged C++]
public: HRESULT GetWindowProjectedPosition(
    double Lat,
    double Lon,
    double Alt,
    AgEGfxDrawCoords DrawCoords,
    AgWinProjPos ** ppWinProjPos
);
[Java]
public AgWinProjPos getWindowProjectedPosition(
    double Lat,
    double Lon,
    double Alt,
    AgEGfxDrawCoords DrawCoords
);
[Python - STK API ]
def GetWindowProjectedPosition(self, Lat:float, Lon:float, Alt:float, DrawCoords:"AgEGfxDrawCoords") -> "AgWinProjPos":

Parameters

Lat
Lon
Alt
DrawCoords

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.