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.3.420.0 (24.3.420.0)
Syntax
public HeightTransitionProcedure(
	TerrainProvider heightReferenceSurface,
	Cartographic waypoint,
	double turningRadius,
	ProfileDynamics dynamics,
	ProfileSpeed speed,
	double initialHeight,
	double finalHeight
)

Parameters

heightReferenceSurface
Type: AGI.Foundation.Terrain.TerrainProvider
The reference surface above which the height is defined.
waypoint
Type: AGI.Foundation.Coordinates.Cartographic
The point at which the procedure will leave after transitioning to the final height.
turningRadius
Type: System.Double
The turning radius to use during the transition, in meters.
dynamics
Type: AGI.Foundation.RouteDesign.ProfileDynamics
The dynamics describing the vertical and linear rates and accelerations of the platform.
speed
Type: AGI.Foundation.RouteDesign.ProfileSpeed
The constant speed to target during the spiral transition.
initialHeight
Type: System.Double
The initial height above the reference, in meters.
finalHeight
Type: System.Double
The final height above the reference, in meters.
See Also