Click or drag to resize

FollowPathProcedure Constructor (Ellipsoid, IList<Cartographic>, Double, Double, Double, RouteHeightReference)

Create a new instance based on the given set of vertices.

Namespace:  AGI.Foundation.RouteDesign
Assembly:  AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public FollowPathProcedure(
	Ellipsoid surfaceShape,
	IList<Cartographic> vertices,
	double turningRadius,
	double speed,
	double height,
	RouteHeightReference heightReference
)

Parameters

surfaceShape
Type: AGI.Foundation.Geometry.Shapes.Ellipsoid
The shape of the surface over which to traverse.
vertices
Type: System.Collections.Generic.IList<Cartographic>
The list of vertices that define the waypoints of the path.
turningRadius
Type: System.Double
The turning radius to use when turning at waypoints, in meters.
speed
Type: System.Double
The speed at which to move along the surface, in meters per second.
height
Type: System.Double
The height above the surface at which to traverse the path, in meters.
heightReference
Type: AGI.Foundation.RouteDesign.RouteHeightReference
An enumeration indicating with respect to which reference surface the given height is defined.
See Also