Click or drag to resize

GeodesicConnectionStrategyGetFinalHeading Method (Ellipsoid, Cartographic, Double, Double)

Get the final heading of the curve corresponding to the given parameters.

Namespace:  AGI.Foundation.RouteDesign.Advanced
Assembly:  AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public override double GetFinalHeading(
	Ellipsoid shape,
	Cartographic initialPoint,
	double heading,
	double distance
)

Parameters

shape
Type: AGI.Foundation.Geometry.ShapesEllipsoid
The shape of the surface.
initialPoint
Type: AGI.Foundation.CoordinatesCartographic
The initial point on the curve.
heading
Type: SystemDouble
The initial heading along the curve, in radians.
distance
Type: SystemDouble
The surface distance along the curve, in meters.

Return Value

Type: Double
The final heading along the curve, in radians.
See Also