[][src]Function spatialite_sys::gaiaGetMbrMaxY

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

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

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

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

\sa gaiaGetMbrMinX, gaiaGetMbrMaxX, gaiaGetMbrMinY