Click or drag to resize

GeodesicConnectionStrategy Constructor (Ellipsoid, Cartographic, Cartographic)

Create a new instance based on the given start and stop positions.

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(
	Ellipsoid shape,
	Cartographic start,
	Cartographic stop
)

Parameters

shape
Type: AGI.Foundation.Geometry.ShapesEllipsoid
The shape of the surface over which the connection path is defined.
start
Type: AGI.Foundation.CoordinatesCartographic
The initial position for the connection.
stop
Type: AGI.Foundation.CoordinatesCartographic
The final position for the connection.
See Also