Get the window projected position for given values.
| [Visual Basic .NET] |
|---|
|
| [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 ); |
| [Java] |
|---|
public AgWinProjPos getWindowProjectedPosition( double Lat, double Lon, double Alt, AgEGfxDrawCoords DrawCoords ); |
| [Unmanaged C++] |
|---|
|
- Lat
- Latitude in deg
- Lon
- Longitude in deg
- Alt
- Altitude in Connect distance unit
- DrawCoords
-
This method returns pixel or screen coordinate values for given latitude, longitude and altitude values.
| [Viusal Basic .NET] | ||
|---|---|---|
| ||





