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.2.419.0 (24.2.419.0)
Syntax public EllipsoidRhumbLine(
Ellipsoid ellipsoid,
Cartographic initial,
Cartographic final
)
Public Sub New (
ellipsoid As Ellipsoid,
initial As Cartographic,
final As Cartographic
)
public:
EllipsoidRhumbLine(
Ellipsoid^ ellipsoid,
Cartographic initial,
Cartographic final
)
new :
ellipsoid : Ellipsoid *
initial : Cartographic *
final : Cartographic -> 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. - final
- Type: AGI.Foundation.CoordinatesCartographic
The final planetodetic point on the path. The FinalPoint will be on the ellipsoid surface at this location.
Exceptions See Also