[][src]Function spatialite_sys::gaiaCloneRing

pub unsafe extern "C" fn gaiaCloneRing(ring: gaiaRingPtr) -> gaiaRingPtr

Duplicates a Ring object

\param ring pointer to Ring object [origin].

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

\sa gaiaCloneLinestring, gaiaClonePolygon, gaiaCloneGeomColl, gaiaCloneGeomCollPoints, gaiaCloneGeomCollLinestrings, gaiaCloneGeomCollPolygons, gaiaCloneRingSpecial

\note the newly created object is an exact copy of the original one.