pub unsafe extern "C" fn gaiaInsertLinestringInGeomColl(
p: gaiaGeomCollPtr,
line: gaiaLinestringPtr,
)Expand description
Inserts an already existing Linestring object into a Geometry object
\param p pointer to the Geometry object. \param line pointer to the Linestring object.
\note ownership of the Linestring object will be transferred to the Geometry object.