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.2.419.0 (24.2.419.0)
Syntax public virtual Cartographic FindClosestPointOnCurve(
Cartographic point
)
Public Overridable Function FindClosestPointOnCurve (
point As Cartographic
) As Cartographic
public:
virtual Cartographic FindClosestPointOnCurve(
Cartographic point
)
abstract FindClosestPointOnCurve :
point : Cartographic -> Cartographic
override FindClosestPointOnCurve :
point : Cartographic -> Cartographic
Parameters
- point
- Type: AGI.Foundation.CoordinatesCartographic
The input point. The point will be on the ellipsoid surface at this location.
Return Value
Type:
CartographicThe closest point on the curve.
Exceptions See Also