[go: up one dir, main page]

GeometryCollection

Type Alias GeometryCollection 

Source
pub type GeometryCollection = GeometryCollectionT<Point>;
Expand description

OGC GeometryCollection type

Aliased Type§

pub struct GeometryCollection {
    pub geometries: Vec<GeometryT<Point>>,
    pub srid: Option<i32>,
}

Fields§

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