[][src]Function spatialite_sys::gaiaAddPointToGeomColl

pub unsafe extern "C" fn gaiaAddPointToGeomColl(
    p: gaiaGeomCollPtr,
    x: f64,
    y: f64
)

Creates a new 2D Point [XY] 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

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