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