Click or drag to resize

TiremTerrainProfileComputation Delegate

A delegate which computes the terrain profile information that will be provided to the TIREM calculation.

Namespace:  AGI.Foundation.Tirem
Assembly:  AGI.Foundation.Tirem (in AGI.Foundation.Tirem.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public delegate TiremTerrainProfile TiremTerrainProfileComputation(
	JulianDate date,
	Cartographic transmitterApparentPosition,
	Cartographic receiverApparentPosition
)

Parameters

date
Type: AGI.Foundation.TimeJulianDate
The date at which to compute.
transmitterApparentPosition
Type: AGI.Foundation.CoordinatesCartographic
The apparent position of the transmitter.
receiverApparentPosition
Type: AGI.Foundation.CoordinatesCartographic
The apparent position of the receiver.

Return Value

Type: TiremTerrainProfile
The terrain profile information. If null, the TIREM calculation will not be executed.
See Also