AGI AgRadarPlugin 11 Send comments on this topic.
GetTerrainHeight Method (IAgStkRadarPosVelProvider)
See Also 
interpMethod





Description

Gets the terrain height for the current latitude and longitude.

Syntax

[Visual Basic .NET]
Public Function GetTerrainHeight( _
   ByVal interpMethod As AgEStkRadarTerrainInterpMethod _
) As Double

[C#]
public double GetTerrainHeight(
AgEStkRadarTerrainInterpMethod interpMethod
);

[Managed C++]
public: double GetTerrainHeight(
AgEStkRadarTerrainInterpMethod interpMethod
);

[Java]
public double getTerrainHeight(
AgEStkRadarTerrainInterpMethod interpMethod
);

[Unmanaged C++]
public: HRESULT GetTerrainHeight(
AgEStkRadarTerrainInterpMethod interpMethod,
double * ReturnValue
);

Parameters

interpMethod
Member Value Description
eStkRadarBilinearTerrainInterp 1 Bilinear Interpolation
eStkRadarHighestPostTerrainInterp 2 Highest Post
eStkRadarTriPlanarTerrainInterp 3 Tri-Planar

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1