public IReadOnlyList<MapPoint> QueryPoints( Segment segment, SegmentExtensionType extensionType, IEnumerable<double> distancesAlongCurve, AsRatioOrLength asRatioOrLength )
Public Overloads Function QueryPoints( _ ByVal segment As Segment, _ ByVal extensionType As SegmentExtensionType, _ ByVal distancesAlongCurve As IEnumerable(Of Double), _ ByVal asRatioOrLength As AsRatioOrLength _ ) As IReadOnlyList(Of MapPoint)
Parameters
- segment
- The segment on which the returned point lies.
- extensionType
- Specifies the extension method.
- distancesAlongCurve
- The distances along the curve or the extended curve at which the returned points lie.
- asRatioOrLength
- Determines whether the distancesAlongCurve is a ratio of the segment length or a length from the start point.
Return Value
The points at the given distances along the curve or extended curve.