Click or drag to resize

GeodesicConnectionStrategyGetInitialHeading Method (Ellipsoid, Cartographic, Cartographic)

Get the initial 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 GetInitialHeading(
	Ellipsoid shape,
	Cartographic initialPoint,
	Cartographic finalPoint
)

Parameters

shape
Type: AGI.Foundation.Geometry.ShapesEllipsoid
The shape of the surface.
initialPoint
Type: AGI.Foundation.CoordinatesCartographic
The initial point of the curve.
finalPoint
Type: AGI.Foundation.CoordinatesCartographic
The final point of the curve.

Return Value

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