Click or drag to resize

RhumbLineConnectionStrategy.GetSurfaceCurve Method (Ellipsoid, Cartographic, Double, Double)

Generate a curve representing the connection from the initial to the final point.

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

Parameters

shape
Type: AGI.Foundation.Geometry.Shapes.Ellipsoid
The surface shape to use.
initialPoint
Type: AGI.Foundation.Coordinates.Cartographic
The initial point of the curve.
heading
Type: System.Double
The initial heading along the curve, in radians.
distance
Type: System.Double
The surface distance along the curve, in meters.

Return Value

Type: EllipsoidSurfaceCurve
The resulting connection curve.
See Also