PostGIS
3.4.0dev-r@@SVN_REVISION@@
◆
LWGEOM_to_bytea()
Datum LWGEOM_to_bytea
(
PG_FUNCTION_ARGS
)
Definition at line
741
of file
lwgeom_inout.c
.
742
{
743
POSTGIS_DEBUG(2,
"LWGEOM_to_bytea called"
);
744
745
PG_RETURN_POINTER(
746
DatumGetPointer(
747
DirectFunctionCall1(
748
WKBFromLWGEOM
,
749
PG_GETARG_DATUM(0)
750
)));
751
}
WKBFromLWGEOM
Datum WKBFromLWGEOM(PG_FUNCTION_ARGS)
Definition:
lwgeom_inout.c:403
References
WKBFromLWGEOM()
.
Here is the call graph for this function:
postgis
lwgeom_inout.c
Generated by
1.9.1