Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public DegenerateSurfaceSegment(
	Ellipsoid surfaceShape,
	Cartographic point,
	double heading
)

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