Type Alias rust::geometry::MultiLineString3DGeometry
source · pub type MultiLineString3DGeometry = BaseGeometry<MultiLineString3D, MultiLineStringMValues, BBox3D>;
Expand description
MultiLineString3DGeometry contains multiple 3D lines
Aliased Type§
struct MultiLineString3DGeometry {
pub coordinates: Vec<Vec<(f64, f64, f64)>>,
pub m_values: Option<Vec<Vec<BTreeMap<String, Value>>>>,
pub bbox: Option<BBox3D>,
}
Fields§
§coordinates: Vec<Vec<(f64, f64, f64)>>
The geometry shape
m_values: Option<Vec<Vec<BTreeMap<String, Value>>>>
The M-Values shape
bbox: Option<BBox3D>
The BBox shape