ParametricRouteSegmentGetSpecialTimes Method |
Gets the "special times" with respect to the beginning of the segment. These
are times when the route can have discontinuities in curvature due to the
connection of two different subsegments, the beginning of a turn or pitch maneuver,
or because of some other behavior inside a given segment. In general, unless
there is a noted
ConfigurationError
in the propagated route, these special times will generally denote the beginning and end
of turns and pitch maneuvers where the route is at least C0 continuous, likely to be C1 continuous,
and generally not guaranteed to be C2 continuous.
Namespace:
AGI.Foundation.RouteDesign.Advanced
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public IList<Duration> GetSpecialTimes()
Public Function GetSpecialTimes As IList(Of Duration)
public:
IList<Duration>^ GetSpecialTimes()
member GetSpecialTimes : unit -> IList<Duration>
Return Value
Type:
IListDurationThe list of times each measured from the start of the segment where there is a special time.
See Also