Click or drag to resize

GeodesicConnectionStrategy Constructor (EllipsoidGeodesic)

Create a new instance based on the given EllipsoidGeodesic.

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 GeodesicConnectionStrategy(
	EllipsoidGeodesic line
)

Parameters

line
Type: AGI.Foundation.Geometry.ShapesEllipsoidGeodesic
The line representing the geometry of the connection.
See Also