Click or drag to resize

NearestNeighborTerrainInterpolatorInterpolateHeight Method

Interpolates the height at a particular longitude and latitude from given terrain data.

Namespace:  AGI.Foundation.Terrain
Assembly:  AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public override double InterpolateHeight(
	TerrainPosts data,
	double longitude,
	double latitude
)

Parameters

data
Type: AGI.Foundation.TerrainTerrainPosts
The terrain data.
longitude
Type: SystemDouble
The longitude, in the native units of the terrain provider.
latitude
Type: SystemDouble
The latitude, in the native units of the terrain provider.

Return Value

Type: Double
The interpolated height, in the native units of the terrain provider.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when data is .
See Also