[][src]Function spatialite_sys::gaiaAddRingToPolyg

pub unsafe extern "C" fn gaiaAddRingToPolyg(
    polyg: gaiaPolygonPtr,
    ring: gaiaRingPtr
)

Inserts an already existing Ring object into a Polygon object

\param polyg pointer to the Polygon object \param ring pointer to the Ring object

\sa gaiaInsertInteriorRing

\note ownership of the Ring object will be transferred to the Polygon object. \n the newly created Polygon will have the same dimensions as the Ring has. \n if required the Polygon's Interior Rings count could be increased.