Click or drag to resize

ConnectionStrategyGetSurfaceCurve Method (Ellipsoid, Cartographic, Cartographic)

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.1.418.0 (24.1.418.0)
Syntax
public abstract EllipsoidSurfaceCurve GetSurfaceCurve(
	Ellipsoid shape,
	Cartographic initialPoint,
	Cartographic finalPoint
)

Parameters

shape
Type: AGI.Foundation.Geometry.ShapesEllipsoid
The surface shape to use.
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: EllipsoidSurfaceCurve
The resulting connection curve.
See Also