PostGIS  3.7.0dev-r@@SVN_REVISION@@

◆ ST_CoverageSimplify()

Datum ST_CoverageSimplify ( PG_FUNCTION_ARGS  )

Definition at line 825 of file lwgeom_window.c.

826 {
827 #if POSTGIS_GEOS_VERSION < 31200
828 
829  lwpgerror("The GEOS version this PostGIS binary "
830  "was compiled against (%d) not include "
831  "'GEOSCoverageSimplifyVW' function (3.12 or greater required)",
833  PG_RETURN_NULL();
834 
835 #else /* POSTGIS_GEOS_VERSION >= 31200 */
836 
838 
839 #endif
840 }
@ 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: