[][src]Function spatialite_sys::gaiaGetMbrMaxX

pub unsafe extern "C" fn gaiaGetMbrMaxX(
    blob: *const c_uchar,
    size: c_uint,
    maxx: *mut f64
) -> c_int

Retrieves the MBR (MaxX) from a BLOB-Geometry object

\param blob pointer to BLOB-Geometry. \param size the BLOB's size (in bytes). \param maxx on completion this variable will contain the MBR MaxX coordinate.

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

\sa gaiaGetMbrMinX, gaiaGetMbrMinY, gaiaGetMbrMaxY