[go: up one dir, main page]

LineStringM

Type Alias LineStringM 

Source
pub type LineStringM = LineStringT<PointM>;
Expand description

OGC LineStringM type

Aliased Type§

pub struct LineStringM {
    pub points: Vec<PointM>,
    pub srid: Option<i32>,
}

Fields§

§points: Vec<PointM>§srid: Option<i32>