[][src]Function spatialite_sys::gaiaFromGeos_XYZ

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

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

\param geos handle to GEOS Geometry

\return the pointer to the newly created Geometry object

\sa gaiaFromGeos_XYZ_r, 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()\n not reentrant and thread unsafe.

\remark \b GEOS support required.