Click or drag to resize

EllipsoidRhumbLineInterpolateUsingSurfaceDistance Method

Provides the location of a point at the indicated distance along the rhumb line.

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 override Cartographic InterpolateUsingSurfaceDistance(
	double surfaceDistance
)

Parameters

surfaceDistance
Type: SystemDouble
The distance from the initial point to the point of interest along the rhumb line.

Return Value

Type: Cartographic
The planetodetic location of the point along the rhumb line.
See Also