[go: up one dir, main page]

GeometryCollectionZ

Type Alias GeometryCollectionZ 

Source
pub type GeometryCollectionZ = GeometryCollectionT<PointZ>;
Expand description

OGC GeometryCollectionZ type

Aliased Type§

pub struct GeometryCollectionZ {
    pub geometries: Vec<GeometryT<PointZ>>,
    pub srid: Option<i32>,
}

Fields§

§geometries: Vec<GeometryT<PointZ>>§srid: Option<i32>