PostGIS 3.0.6dev-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 613 of file liblwgeom/lwgeom_geos.c.

614{
615 const char* ver = GEOSversion();
616 return ver;
617}

Referenced by postgis_geos_version().

Here is the caller graph for this function: