[][src]Function spatialite_sys::gaiaGetMbrMinY

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

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

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

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

\sa gaiaGetMbrMinX, gaiaGetMbrMaxX, gaiaGetMbrMaxY