Click or drag to resize

PropagatedRouteGetCartographicEvaluator Method (EvaluatorGroup)

Gets an evaluator which can produce the Cartographic position along the route as a function of time. The height of the Cartographic is measured above the surface of the CentralBody.

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
)

Parameters

group
Type: AGI.FoundationEvaluatorGroup
The EvaluatorGroup in which to create the evaluator.

Return Value

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