[][src]Function spatialite_sys::gaiaBuildCircleMbr

pub unsafe extern "C" fn gaiaBuildCircleMbr(
    x: f64,
    y: f64,
    radius: f64,
    srid: c_int,
    result: *mut *mut c_uchar,
    size: *mut c_int
)

Creates a BLOB-Geometry representing an Envelope [MBR]

\param x centre X coordinate. \param y centre Y coordinate. \param radius the radius of the circle \param srid the SRID associated to the Envelope \param result on completion will contain a pointer to newly created BLOB-Geometry \param size on completion this variabile will contain the BLOB's size (in bytes)

\sa gaiaBuildMbr

\note the \e circle of givern \e radius and \e centre will be used so to determine the corresponding \e square Envelope