Skip to main content

linestring_segmentize_with

Function linestring_segmentize_with 

Source
pub fn linestring_segmentize_with<L, S>(
    line: &L,
    count: usize,
    strategy: S,
) -> S::Output
where S: SegmentizeStrategy<L>,
Expand description

Split a linestring using an explicitly supplied measurement and interpolation strategy.