Click or drag to resize

EllipsoidComplexSurfaceCurveCreateRhumbLine Method

Creates a complex curve made up of EllipsoidRhumbLines which connect the given set of nodes on the surface of the ellipsoid shape.

Namespace:  AGI.Foundation.Geometry.Shapes
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static EllipsoidComplexSurfaceCurve CreateRhumbLine(
	Ellipsoid shape,
	IEnumerable<Cartographic> nodes
)

Parameters

shape
Type: AGI.Foundation.Geometry.ShapesEllipsoid
The ellipsoid reference surface.
nodes
Type: System.Collections.GenericIEnumerableCartographic
The set of points forming the nodes of the complex curve.

Return Value

Type: EllipsoidComplexSurfaceCurve
A complex curve connecting the given set of points.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThrown if the number of nodes is less than 2.
See Also