AGI STK Util 11 Send comments on this topic.
QueryPlanetodetic Method (IAgPosition)
See Also 
Lat
The Latitude value.
Lon
The Longitude value.
Alt
The Altitude value.
Windows






Windows & Linux

Description

Helper method to get the position using the Planetodetic representation

Syntax

[Visual Basic .NET]
Public Sub QueryPlanetodetic( _
   ByRef Lat As System.Object, _
   ByRef Lon As System.Object, _
   ByRef Alt As Double _
) 

[C#]
public void QueryPlanetodetic(
ref System.Object Lat,
ref System.Object Lon,
ref double Alt
);

[Managed C++]
public: void QueryPlanetodetic(
VARIANT ^ Lat,
VARIANT ^ Lon,
double ^ Alt
);

[Java]
public  queryPlanetodetic(
Variant Lat,
Variant Lon,
double Alt
);

[Unmanaged C++]
public: HRESULT QueryPlanetodetic(
VARIANT * Lat,
VARIANT * Lon,
double * Alt
);

Parameters

Lat
The Latitude value.
Lon
The Longitude value.
Alt
The Altitude value.

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface