Click or drag to resize

EllipsoidRhumbLine Constructor (Ellipsoid, Cartographic, Cartographic)

Initializes a rhumb line (a line of constant heading) on the ellipsoid connecting the two provided planetodetic points.

Namespace:  AGI.Foundation.Geometry.Shapes
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public EllipsoidRhumbLine(
	Ellipsoid ellipsoid,
	Cartographic initial,
	Cartographic final
)

Parameters

ellipsoid
Type: AGI.Foundation.Geometry.Shapes.Ellipsoid
The ellipsoid on which the rhumb line lies.
initial
Type: AGI.Foundation.Coordinates.Cartographic
The initial planetodetic point on the path. The InitialPoint will be on the ellipsoid surface at this location.
final
Type: AGI.Foundation.Coordinates.Cartographic
The final planetodetic point on the path. The FinalPoint will be on the ellipsoid surface at this location.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when ellipsoid is null.
UnsupportedCaseException The scalene case of a rhumb line is not currently modeled and will be in a future release.
See Also