Click or drag to resize

HeightTransitionProcedure Constructor (TerrainProvider, Cartographic, Double, ProfileDynamics, ProfileSpeed, Double, Double)

Create a new instance based on the given parameters.

Namespace:  AGI.Foundation.RouteDesign
Assembly:  AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public HeightTransitionProcedure(
	TerrainProvider heightReferenceSurface,
	Cartographic waypoint,
	double turningRadius,
	ProfileDynamics dynamics,
	ProfileSpeed speed,
	double initialHeight,
	double finalHeight
)

Parameters

heightReferenceSurface
Type: AGI.Foundation.TerrainTerrainProvider
The reference surface above which the height is defined.
waypoint
Type: AGI.Foundation.CoordinatesCartographic
The point at which the procedure will leave after transitioning to the final height.
turningRadius
Type: SystemDouble
The turning radius to use during the transition, in meters.
dynamics
Type: AGI.Foundation.RouteDesignProfileDynamics
The dynamics describing the vertical and linear rates and accelerations of the platform.
speed
Type: AGI.Foundation.RouteDesignProfileSpeed
The constant speed to target during the spiral transition.
initialHeight
Type: SystemDouble
The initial height above the reference, in meters.
finalHeight
Type: SystemDouble
The final height above the reference, in meters.
See Also