[][src]Function spatialite_sys::gaiaGeomCollDistance

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

Calculates the maximum distance intercurring between two Geometry objects

\param geom1 the first Geometry object \param geom2 the second Geometry object \param dist on completion this variable will contain the calculated distance

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

\sa gaiaGeomCollDistance_r, gaia3DDistance, gaiaMaxDistance, gaia3DMaxDistance

\note this function always computes the 2D cartesian distance.\n not reentrant and thread unsafe.

\remark \b GEOS support required.