EllipsoidRhumbLine Constructor (Ellipsoid, Cartographic, Double, Double) |
Initializes a rhumb line (a line of constant heading) on the ellipsoid starting at the provided planetodetic point which
has the indicated heading at that point and ends at a point located at the provided
distance from the starting point.
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 EllipsoidRhumbLine(
Ellipsoid ellipsoid,
Cartographic initial,
double heading,
double distance
)
Public Sub New (
ellipsoid As Ellipsoid,
initial As Cartographic,
heading As Double,
distance As Double
)
public:
EllipsoidRhumbLine(
Ellipsoid^ ellipsoid,
Cartographic initial,
double heading,
double distance
)
new :
ellipsoid : Ellipsoid *
initial : Cartographic *
heading : float *
distance : float -> EllipsoidRhumbLine
Parameters
- ellipsoid
- Type: AGI.Foundation.Geometry.ShapesEllipsoid
The ellipsoid on which the rhumb line lies. - initial
- Type: AGI.Foundation.CoordinatesCartographic
The initial planetodetic point on the path. The InitialPoint will be on the ellipsoid surface at this location. - heading
- Type: SystemDouble
The heading at the initial point. - distance
- Type: SystemDouble
The distance along the rhumb line to the location of the final point.
Exceptions See Also