[go: up one dir, main page]

LineString

Type Alias LineString 

Source
pub type LineString = LineStringT<Point>;
Expand description

OGC LineString type

Aliased Type§

pub struct LineString {
    pub points: Vec<Point>,
    pub srid: Option<i32>,
}

Fields§

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