PostGIS
3.0.6dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches
◆
LWGEOM_hasBBOX()
Datum LWGEOM_hasBBOX
(
PG_FUNCTION_ARGS
)
Definition at line
1982
of file
lwgeom_functions_basic.c
.
1983
{
1984
GSERIALIZED
*in = PG_GETARG_GSERIALIZED_P(0);
1985
char
res
=
gserialized_has_bbox
(in);
1986
PG_FREE_IF_COPY(in, 0);
1987
PG_RETURN_BOOL(res);
1988
}
gserialized_has_bbox
int gserialized_has_bbox(const GSERIALIZED *g)
Check if a GSERIALIZED has a bounding box without deserializing first.
Definition
gserialized.c:163
window.res
tuple res
Definition
window.py:79
GSERIALIZED
Definition
liblwgeom.h:429
References
gserialized_has_bbox()
.
Here is the call graph for this function:
postgis
lwgeom_functions_basic.c
Generated by
1.9.8