[][src]Function spatialite_sys::gaiaMaxDistance

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

Calculates the maximum 2D 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, gaia3DDistance, gaia3DMaxDistance

\note this function computes the 2D maximum cartesian distance (Z is always ignored)

\remark \b LWGEOM support required.