PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ ST_CoverageInvalidEdges()

Datum ST_CoverageInvalidEdges ( PG_FUNCTION_ARGS  )

Definition at line 772 of file lwgeom_window.c.

773 {
774 #if POSTGIS_GEOS_VERSION < 31200
775 
776  lwpgerror("The GEOS version this PostGIS binary "
777  "was compiled against (%d) doesn't support "
778  "'GEOSCoverageIsValid' function (3.12.0+ required)",
780  PG_RETURN_NULL();
781 
782 #else /* POSTGIS_GEOS_VERSION >= 31200 */
783 
785 
786 #endif
787 }
@ COVERAGE_ISVALID
static Datum coverage_window_calculation(PG_FUNCTION_ARGS, int mode)
#define POSTGIS_GEOS_VERSION
Definition: sqldefines.h:11

References COVERAGE_ISVALID, coverage_window_calculation(), and POSTGIS_GEOS_VERSION.

Here is the call graph for this function: