[][src]Function spatialite_sys::gaiaGetMbrMinX

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

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

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

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

\sa gaiaGetMbrMaxX, gaiaGetMbrMinY, gaiaGetMbrMaxY