[][src]Function spatialite_sys::gaiaGeometryIntersection

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

Spatial operator: Intersection

\param geom1 the first Geometry object \param geom2 the second Geometry object

\return the pointer to newly created Geometry object representing the geometry Intersection of both input Geometries: NULL on failure.

\sa gaiaGeometryIntersection_r, gaiaFreeGeomColl, gaiaGeometryUnion, gaiaGeometryDifference, gaiaGeometrySymDifference, gaiaBoundary

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

\remark \b GEOS support required.