Click or drag to resize

EllipsoidSurfaceCurveFindClosestPointOnCurve Method (Cartographic)

Finds the closest point on the curve from the input point.

Namespace:  AGI.Foundation.Geometry.Shapes
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public virtual Cartographic FindClosestPointOnCurve(
	Cartographic point
)

Parameters

point
Type: AGI.Foundation.CoordinatesCartographic
The input point. The point will be on the ellipsoid surface at this location.

Return Value

Type: Cartographic
The closest point on the curve.
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown if this curve has any sub curves that are not geodesic, complex, or rhumb.
See Also