EllipsoidGeodesicInterpolateUsingSurfaceDistance Method |
Provides the location of a point at the indicated distance along the geodesic.
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 override Cartographic InterpolateUsingSurfaceDistance(
double surfaceDistance
)
Public Overrides Function InterpolateUsingSurfaceDistance (
surfaceDistance As Double
) As Cartographic
public:
virtual Cartographic InterpolateUsingSurfaceDistance(
double surfaceDistance
) override
abstract InterpolateUsingSurfaceDistance :
surfaceDistance : float -> Cartographic
override InterpolateUsingSurfaceDistance :
surfaceDistance : float -> Cartographic
Parameters
- surfaceDistance
- Type: SystemDouble
The distance from the initial point to the point of interest along the geodesic.
Return Value
Type:
CartographicThe planetodetic location of the point along the geodesic.
See Also