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: 25.2.423.0 (25.2.423.0)
Syntaxpublic 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| Exception | Condition |
|---|
| InvalidOperationException | Thrown if this curve has any sub curves that are not geodesic, complex, or rhumb. |
See Also