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.2.419.0 (24.2.419.0)
Syntax public static EllipsoidComplexSurfaceCurve CreateRhumbLine(
Ellipsoid shape,
IEnumerable<Cartographic> nodes
)
Public Shared Function CreateRhumbLine (
shape As Ellipsoid,
nodes As IEnumerable(Of Cartographic)
) As EllipsoidComplexSurfaceCurve
public:
static EllipsoidComplexSurfaceCurve^ CreateRhumbLine(
Ellipsoid^ shape,
IEnumerable<Cartographic>^ nodes
)
static member CreateRhumbLine :
shape : Ellipsoid *
nodes : IEnumerable<Cartographic> -> EllipsoidComplexSurfaceCurve
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:
EllipsoidComplexSurfaceCurveA complex curve connecting the given set of points.
Exceptions See Also