Click or drag to resize

PropagatedRouteGetCartographicEvaluator Method (EvaluatorGroup, TerrainProvider)

Gets an evaluator which can produce the Cartographic position along the route as a function of time.

Namespace:  AGI.Foundation.RouteDesign
Assembly:  AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public MotionEvaluator<Cartographic> GetCartographicEvaluator(
	EvaluatorGroup group,
	TerrainProvider heightReferenceSurface
)

Parameters

group
Type: AGI.FoundationEvaluatorGroup
The EvaluatorGroup in which to create the evaluator.
heightReferenceSurface
Type: AGI.Foundation.TerrainTerrainProvider
The reference surface above which to measure the height of the route

Return Value

Type: MotionEvaluatorCartographic
An evaluator which produces the Cartographic position.
See Also