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.2.419.0 (24.2.419.0)
Syntax public MotionEvaluator<Cartographic> GetCartographicEvaluator(
EvaluatorGroup group,
TerrainProvider heightReferenceSurface
)
Public Function GetCartographicEvaluator (
group As EvaluatorGroup,
heightReferenceSurface As TerrainProvider
) As MotionEvaluator(Of Cartographic)
public:
MotionEvaluator<Cartographic>^ GetCartographicEvaluator(
EvaluatorGroup^ group,
TerrainProvider^ heightReferenceSurface
)
member GetCartographicEvaluator :
group : EvaluatorGroup *
heightReferenceSurface : TerrainProvider -> MotionEvaluator<Cartographic>
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:
MotionEvaluatorCartographicAn evaluator which produces the
Cartographic position.
See Also