Function gaiaToGeos

Source
pub unsafe extern "C" fn gaiaToGeos(
    gaia: gaiaGeomCollPtr,
) -> *mut c_void
Expand description

Converts a Geometry object into a GEOS Geometry

\param gaia pointer to Geometry object

\return handle to GEOS Geometry

\sa gaiaToGeos_r, gaiaFromGeos_XY, gaiaFromGeos_XYZ, gaiaFromGeos_XYM, gaiaFromGeos_XYZM, gaiaToGeosSelective

\note convenience method, simply defaulting to gaiaToGeosSelective(geom, GAIA2GEOS_ALL)\n not reentrant and thread unsafe.

\remark \b GEOS support required.