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.2.419.0 (24.2.419.0)
Syntax public EllipsoidSurfaceCurve TargetPoint(
ConnectionStrategy curve,
Cartographic target,
KindOfTangent tangentBehavior
)
Public Function TargetPoint (
curve As ConnectionStrategy,
target As Cartographic,
tangentBehavior As KindOfTangent
) As EllipsoidSurfaceCurve
public:
EllipsoidSurfaceCurve^ TargetPoint(
ConnectionStrategy^ curve,
Cartographic target,
KindOfTangent tangentBehavior
)
member TargetPoint :
curve : ConnectionStrategy *
target : Cartographic *
tangentBehavior : KindOfTangent -> EllipsoidSurfaceCurve
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:
EllipsoidSurfaceCurveThe
EllipsoidSurfaceCurve that is tangent to the arc and the
given target point.
See Also