[][src]Function spatialite_sys::gaiaCloneGeomCollLinestrings

pub unsafe extern "C" fn gaiaCloneGeomCollLinestrings(
    geom: gaiaGeomCollPtr
) -> gaiaGeomCollPtr

Duplicates a Geometry object [Linestrings only]

\param geom pointer to Geometry object [origin].

\return the pointer to newly created Geometry object: NULL on failure.

\sa gaiaCloneLinestring, gaiaCloneRing, gaiaClonePolygon, gaiaCloneGeomColl, gaiaCloneGeomCollPoints, gaiaCloneGeomCollPolygons

\note the newly created object is an exact copy of the original one; except in that only Linestrings objects will be copied. \n Caveat: an empty Geometry could be returned.