[go: up one dir, main page]

LineStringZ

Type Alias LineStringZ 

Source
pub type LineStringZ = LineStringT<PointZ>;
Expand description

OGC LineStringZ type

Aliased Type§

pub struct LineStringZ {
    pub points: Vec<PointZ>,
    pub srid: Option<i32>,
}

Fields§

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