pub type GeometryCollectionM = GeometryCollectionT<PointM>;Expand description
OGC GeometryCollectionM type
Aliased Type§
pub struct GeometryCollectionM {
pub geometries: Vec<GeometryT<PointM>>,
pub srid: Option<i32>,
}Fields§
§geometries: Vec<GeometryT<PointM>>§srid: Option<i32>