[][src]Function spatialite_sys::gaiaFromGeos_XYZ_r

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

Converts a GEOS Geometry into a Geometry object [XYZ 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_XYZ, gaiaToGeos, gaiaFromGeos_XY, gaiaFromGeos_XYM, gaiaFromGeos_XYZM

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

\remark \b GEOS support required.