RhumbLineConnectionStrategy Constructor (Ellipsoid) |
Create a new instance based on the given surface shape.
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
)
Public Sub New (
shape As Ellipsoid
)
public:
RhumbLineConnectionStrategy(
Ellipsoid^ shape
)
new :
shape : Ellipsoid -> RhumbLineConnectionStrategy
Parameters
- shape
- Type: AGI.Foundation.Geometry.ShapesEllipsoid
The shape of the surface upon which to define the connection.
See Also