[][src]Function spatialite_sys::gaiaParseFilterMbr

pub unsafe extern "C" fn gaiaParseFilterMbr(
    result: *mut c_uchar,
    size: c_int,
    minx: *mut f64,
    miny: *mut f64,
    maxx: *mut f64,
    maxy: *mut f64,
    mode: *mut c_int
) -> c_int

Creates a BLOB-FilterMBR

\param result pointer to BLOB-FilterMBR [previously created by gaiaBuildFilterMbr] BLOB-Geometry \param size BLOB's size (in bytes) \param minx on completion this variable will contain the MBR MinX coord. \param miny on completion this variable will contain the MBR MinY coord. \param maxx on completion this variable will contain the MBR MinY coord. \param maxy on completion this variable will contain the MBR MaxY coord. \param mode on completion this variable will contain the FilterMBR mode.

\sa gaiaBuildFilterMbr

\remark internally used to implement Geometry Callback R*Tree filtering.