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

◆ LWGEOM_isempty()

Datum LWGEOM_isempty ( PG_FUNCTION_ARGS  )

Definition at line 1824 of file lwgeom_functions_basic.c.

1825{
1826 GSERIALIZED *geom = PG_GETARG_GSERIALIZED_P(0);
1827 PG_RETURN_BOOL(gserialized_is_empty(geom));
1828}
int gserialized_is_empty(const GSERIALIZED *g)
Check if a GSERIALIZED is empty without deserializing first.

References gserialized_is_empty().

Here is the call graph for this function: