[][src]Function spatialite_sys::gaiaFromGeos_XY

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

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

\param geos handle to GEOS Geometry

\return the pointer to the newly created Geometry object

\sa gaiaFromGeos_XY_r, gaiaToGeos, gaiaFromGeos_XYZ, gaiaFromGeos_XYM, gaiaFromGeos_XYZM

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

\remark \b GEOS support required.