[][src]Function spatialite_sys::gaiaIsValidDetail

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

return a Geometry detail causing a Geometry to be invalid

\param geom pointer to the Geometry object to be validated.

\return pointer to a Geometry object causing invalidity, or NULL.

\sa gaiaIsValid, gaiaIsValidReason, gaiaIsValidDetail_r

\note you are responsible to destroy the returned Geometry\n not reentrant and thread unsafe.

\remark \b GEOS support required.