DegenerateSurfaceSegment Constructor (Ellipsoid, Cartographic, Double) |
Create a new instance based on the given point and heading.
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 DegenerateSurfaceSegment(
Ellipsoid surfaceShape,
Cartographic point,
double heading
)
Public Sub New (
surfaceShape As Ellipsoid,
point As Cartographic,
heading As Double
)
public:
DegenerateSurfaceSegment(
Ellipsoid^ surfaceShape,
Cartographic point,
double heading
)
new :
surfaceShape : Ellipsoid *
point : Cartographic *
heading : float -> DegenerateSurfaceSegment
Parameters
- surfaceShape
- Type: AGI.Foundation.Geometry.ShapesEllipsoid
The shape of the surface. - point
- Type: AGI.Foundation.CoordinatesCartographic
The position of the segment. - heading
- Type: SystemDouble
The heading of the segment measured clockwise from north, in radians.
See Also