RhumbLineConnectionStrategy Constructor (Ellipsoid, Cartographic, Cartographic) |
Create a new instance based on the given start and stop positions.
Namespace:
AGI.Foundation.RouteDesign.Advanced
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public RhumbLineConnectionStrategy(
Ellipsoid shape,
Cartographic start,
Cartographic stop
)
Public Sub New (
shape As Ellipsoid,
start As Cartographic,
stop As Cartographic
)
public:
RhumbLineConnectionStrategy(
Ellipsoid^ shape,
Cartographic start,
Cartographic stop
)
new :
shape : Ellipsoid *
start : Cartographic *
stop : Cartographic -> RhumbLineConnectionStrategy
Parameters
- shape
- Type: AGI.Foundation.Geometry.ShapesEllipsoid
The shape of the surface over which the connection path is defined. - start
- Type: AGI.Foundation.CoordinatesCartographic
The initial position for the connection. - stop
- Type: AGI.Foundation.CoordinatesCartographic
The final position for the connection.
See Also