[][src]Function spatialite_sys::gaiaFromGeos_XYZM_r

pub unsafe extern "C" fn gaiaFromGeos_XYZM_r(
    p_cache: *const c_void,
    geos: *const c_void
) -> gaiaGeomCollPtr

Converts a GEOS Geometry into a Geometry object [XYZM dims]

\param p_cache a memory pointer returned by spatialite_alloc_connection() \param geos handle to GEOS Geometry

\return the pointer to the newly created Geometry object

\sa gaiaFromGeos_XYZM, gaiaToGeos, gaiaFromGeos_XY, gaiaFromGeos_XYZ, gaiaFromGeos_XYM

\note you are responsible to destroy (before or after) any allocated Geometry, this including any Geometry returned by gaiaFromGeos_XYZM_r()\n reentrant and thread-safe.

\remark \b GEOS support required.