Click or drag to resize

SurfaceArc.TargetPoint 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.3.420.0 (24.3.420.0)
Syntax
public EllipsoidSurfaceCurve TargetPoint(
	ConnectionStrategy curve,
	Cartographic target,
	KindOfTangent tangentBehavior
)

Parameters

curve
Type: AGI.Foundation.RouteDesign.Advanced.ConnectionStrategy
The type of curve to use when targeting.
target
Type: AGI.Foundation.Coordinates.Cartographic
The target point outside of the arc radius.
tangentBehavior
Type: AGI.Foundation.RouteDesign.Advanced.KindOfTangent
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