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: GeometryTypeThe geometry type
coordinates: Point3DThe geometry shape
m_values: Option<M>The M-Values shape
bbox: Option<BBox3D>The BBox shape