PostGIS
3.4.0dev-r@@SVN_REVISION@@
◆
box2df_out()
Datum box2df_out
(
PG_FUNCTION_ARGS
)
Definition at line
2128
of file
gserialized_gist_2d.c
.
2129
{
2130
BOX2DF *box = (BOX2DF *) PG_GETARG_POINTER(0);
2131
char
*
result
=
box2df_to_string
(box);
2132
PG_RETURN_CSTRING(
result
);
2133
}
result
char result[OUT_DOUBLE_BUFFER_SIZE]
Definition:
cu_print.c:262
box2df_to_string
static char * box2df_to_string(const BOX2DF *a)
Definition:
gserialized_gist_2d.c:120
References
box2df_to_string()
, and
result
.
Here is the call graph for this function:
postgis
gserialized_gist_2d.c
Generated by
1.9.1