Click or drag to resize

SurfaceArcTargetPoint Method

Given a target point outside of the arc, find the heading that is tangent to the EllipsoidSurfaceCurve connecting the target point and the arc.

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 EllipsoidSurfaceCurve TargetPoint(
	ConnectionStrategy curve,
	Cartographic target,
	KindOfTangent tangentBehavior
)

Parameters

curve
Type: AGI.Foundation.RouteDesign.AdvancedConnectionStrategy
The type of curve to use when targeting.
target
Type: AGI.Foundation.CoordinatesCartographic
The target point outside of the arc radius.
tangentBehavior
Type: AGI.Foundation.RouteDesign.AdvancedKindOfTangent
Indicates whether the resulting line is leaving the arc or entering it.

Return Value

Type: EllipsoidSurfaceCurve
The EllipsoidSurfaceCurve that is tangent to the arc and the given target point.
See Also