Point3DGeometry

Type Alias Point3DGeometry 

Source
pub type Point3DGeometry<M = Map<String, ValueType>> = BaseGeometry<M, Point3D, BBox3D>;
Expand description

Point3DGeometry is a 3D point

Aliased Type§

pub struct Point3DGeometry<M = Map<String, ValueType>> {
    pub _type: GeometryType,
    pub coordinates: Point3D,
    pub m_values: Option<M>,
    pub bbox: Option<BBox3D>,
}

Fields§

§_type: GeometryType

The geometry type

§coordinates: Point3D

The geometry shape

§m_values: Option<M>

The M-Values shape

§bbox: Option<BBox3D>

The BBox shape