Click or drag to resize

GeodesicConnectionStrategyGetSurfacePoint Method

Get the surface point along the connection at the given arc length.

Namespace:  AGI.Foundation.RouteDesign.Advanced
Assembly:  AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public override Cartographic GetSurfacePoint(
	double s
)

Parameters

s
Type: SystemDouble
The arc length parameter along the connection, in meters.

Return Value

Type: Cartographic
The surface point at the given distance along the connection.
See Also