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.2.419.0 (24.2.419.0)
Syntax public MotionEvaluator<Cartographic> GetCartographicEvaluator(
EvaluatorGroup group
)
Public Function GetCartographicEvaluator (
group As EvaluatorGroup
) As MotionEvaluator(Of Cartographic)
public:
MotionEvaluator<Cartographic>^ GetCartographicEvaluator(
EvaluatorGroup^ group
)
member GetCartographicEvaluator :
group : EvaluatorGroup -> MotionEvaluator<Cartographic>
Parameters
- group
- Type: AGI.FoundationEvaluatorGroup
The EvaluatorGroup in which to create the evaluator.
Return Value
Type:
MotionEvaluatorCartographicAn evaluator which produces the
Cartographic position.
See Also