Gets the terrain height for a specified latitude and longitude.
| [Visual Basic .NET] |
|---|
Public Function GetTerrainHeightForLatLon( _ ByVal latitude As Double, _ ByVal longitude As Double, _ ByVal interpMethod As AgEStkRadarTerrainInterpMethod _ ) As Double |
| [C#] |
|---|
public double GetTerrainHeightForLatLon( |
| [Managed C++] |
|---|
public: double GetTerrainHeightForLatLon( |
| [Java] |
|---|
public double getTerrainHeightForLatLon( |
| [Unmanaged C++] |
|---|
public: HRESULT GetTerrainHeightForLatLon( |
- latitude
- Latitude in radians.
- longitude
- Longitude in radians.
- interpMethod
Member Value Description eStkRadarBilinearTerrainInterp 1 Bilinear Interpolation eStkRadarHighestPostTerrainInterp 2 Highest Post eStkRadarTriPlanarTerrainInterp 3 Tri-Planar
