PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ ST_CoverageSimplify()

Datum ST_CoverageSimplify ( PG_FUNCTION_ARGS  )

Definition at line 752 of file lwgeom_window.c.

753 {
754 #if POSTGIS_GEOS_VERSION < 31200
755 
756  lwpgerror("The GEOS version this PostGIS binary "
757  "was compiled against (%d) doesn't support "
758  "'GEOSCoverageSimplifyVW' function (3.12.0+ required)",
760  PG_RETURN_NULL();
761 
762 #else /* POSTGIS_GEOS_VERSION >= 31200 */
763 
765 
766 #endif
767 }
@ COVERAGE_SIMPLIFY
static Datum coverage_window_calculation(PG_FUNCTION_ARGS, int mode)
#define POSTGIS_GEOS_VERSION
Definition: sqldefines.h:11

References COVERAGE_SIMPLIFY, coverage_window_calculation(), and POSTGIS_GEOS_VERSION.

Here is the call graph for this function: