PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ lwgeom_geos_version()

const char * lwgeom_geos_version ( void  )

Return GEOS version string (not to be freed)

Definition at line 618 of file liblwgeom/lwgeom_geos.c.

619{
620 const char* ver = GEOSversion();
621 return ver;
622}

Referenced by postgis_geos_version().

Here is the caller graph for this function: