pub type LineStringM = LineStringT<PointM>;
OGC LineStringM type
pub struct LineStringM { pub points: Vec<PointM>, pub srid: Option<i32>, }
points: Vec<PointM>
srid: Option<i32>