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

◆ LWGEOM_hasBBOX()

Datum LWGEOM_hasBBOX ( PG_FUNCTION_ARGS  )

Definition at line 2007 of file lwgeom_functions_basic.c.

2008{
2009 GSERIALIZED *in = PG_GETARG_GSERIALIZED_HEADER(0);
2010 char res = gserialized_has_bbox(in);
2011 PG_FREE_IF_COPY(in, 0);
2012 PG_RETURN_BOOL(res);
2013}
int gserialized_has_bbox(const GSERIALIZED *g)
Check if a GSERIALIZED has a bounding box without deserializing first.
tuple res
Definition window.py:79

References gserialized_has_bbox().

Here is the call graph for this function: