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






Windows & Linux

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
MemberValueDescription
eStkRadarBilinearTerrainInterp1Bilinear Interpolation
eStkRadarHighestPostTerrainInterp2Highest Post
eStkRadarTriPlanarTerrainInterp3Tri-Planar

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.