[][src]Function spatialite_sys::gaiaParseGml

pub unsafe extern "C" fn gaiaParseGml(
    in_buffer: *const c_uchar,
    sqlite_handle: *mut sqlite3
) -> gaiaGeomCollPtr

Creates a Geometry object from GML notation

\param in_buffer pointer to GML buffer \param sqlite_handle handle to current DB connection

\return the pointer to the newly created Geometry object: NULL on failure

\sa gaiaParseGml_r, gaiaOutGml

\note you are responsible to destroy (before or after) any allocated Geometry, unless you've passed ownership of the Geometry object to some further object: in this case destroying the higher order object will implicitly destroy any contained child object.\n not reentrant and thread unsafe.