[][src]Function spatialite_sys::gaiaSharedPaths

pub unsafe extern "C" fn gaiaSharedPaths(
    geom1: gaiaGeomCollPtr,
    geom2: gaiaGeomCollPtr
) -> gaiaGeomCollPtr

Spatial operator: Shared Paths

\param geom1 pointer to first Geometry object \param geom2 pointer to second Geometry object

\return the pointer to newly created Geometry object representing any Share Path common to both input geometries: NULL on failure.

\sa gaiaSharedPaths_r, gaiaFreeGeomColl

\note you are responsible to destroy (before or after) any allocated Geometry, this including any Geometry returned by gaiaSharedPaths()\n not reentrant and thread unsafe.

\remark \b GEOS-ADVANCED support required.