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.2.419.0 (24.2.419.0)
Syntax public HeightTransitionProcedure(
TerrainProvider heightReferenceSurface,
Cartographic waypoint,
double turningRadius,
ProfileDynamics dynamics,
ProfileSpeed speed,
double initialHeight,
double finalHeight
)
Public Sub New (
heightReferenceSurface As TerrainProvider,
waypoint As Cartographic,
turningRadius As Double,
dynamics As ProfileDynamics,
speed As ProfileSpeed,
initialHeight As Double,
finalHeight As Double
)
public:
HeightTransitionProcedure(
TerrainProvider^ heightReferenceSurface,
Cartographic waypoint,
double turningRadius,
ProfileDynamics^ dynamics,
ProfileSpeed^ speed,
double initialHeight,
double finalHeight
)
new :
heightReferenceSurface : TerrainProvider *
waypoint : Cartographic *
turningRadius : float *
dynamics : ProfileDynamics *
speed : ProfileSpeed *
initialHeight : float *
finalHeight : float -> HeightTransitionProcedure
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