[][src]Function spatialite_sys::gaiaAddPointToGeomCollXYZM

pub unsafe extern "C" fn gaiaAddPointToGeomCollXYZM(
    p: gaiaGeomCollPtr,
    x: f64,
    y: f64,
    z: f64,
    m: f64
)

Creates a new 3D Point [XYZM] object into a Geometry object

\param p pointer to the Geometry object \param x X coordinate of the Point to be created \param y X coordinate of the Point to be created \param z Z coordinate of the Point to be created \param m M measure of the Point to be created

\note ownership of the newly created POINT object belongs to the Geometry object.