Function gaiaIsValidDetail

Source
pub unsafe extern "C" fn gaiaIsValidDetail(
    geom: gaiaGeomCollPtr,
) -> gaiaGeomCollPtr
Expand description

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.