Module lines_iter

Source
Expand description

Iterate over the lines in a geometry.

Structs§

LineStringIter
Iterator over lines in a LineString.
MapLinesIter
Utility to transform Iterator<LinesIter> into Iterator<Iterator<Line>>.

Traits§

LinesIter
Iterate over lines of a geometry.