Skip to main content

LineString

Type Alias LineString 

Source
pub type LineString = Vec<Point>;
Expand description

A LineString column: an open sequence of points (Array(Point)).

Aliased Typeยง

pub struct LineString { /* private fields */ }