pub type MultiLineStringM = MultiLineStringT<PointM>;Expand description
OGC MultiLineStringM type
Aliased Type§
pub struct MultiLineStringM {
pub lines: Vec<LineStringT<PointM>>,
pub srid: Option<i32>,
}Fields§
§lines: Vec<LineStringT<PointM>>§srid: Option<i32>