pub type MultiLineString3D = Vec<Vec<Point3D>>;
Definition of a 3D MultiLineString
pub struct MultiLineString3D { /* private fields */ }