This method is similar to QueryPlanetodetic but can be used by earlybound(c#, vb.net...) and latebound(scripting languages) clients. The array returns the values in the order Latitude(index 0), Longitude(index 1) and Altitude(index 2).
[Visual Basic .NET] |
---|
Public Function QueryPlanetodeticArray() As System.Array |
[C#] |
---|
public System.Array QueryPlanetodeticArray(); |
[Managed C++] |
---|
public: System::Array QueryPlanetodeticArray(); |
[Unmanaged C++] |
---|
public: HRESULT QueryPlanetodeticArray( SAFEARRAY * * ppRetVal ); |
[Java] |
---|
public AgSafeArray queryPlanetodeticArray(); |