[][src]Function spatialite_sys::gaiaHausdorffDistance_r

pub unsafe extern "C" fn gaiaHausdorffDistance_r(
    p_cache: *const c_void,
    geom1: gaiaGeomCollPtr,
    geom2: gaiaGeomCollPtr,
    dist: *mut f64
) -> c_int

Calculates the Hausdorff distance intercurring between two Geometry objects

\param p_cache a memory pointer returned by spatialite_alloc_connection() \param geom1 pointer to first Geometry object \param geom2 pointer to second Geometry object \param dist on completion this variable will contain the calculated Hausdorff distance

\return 0 on failure: any other value on success.

\sa gaiaHausdorffDistance

\note reentrant and thread-safe.

\remark \b GEOS-ADVANCED support required.