PostGIS
3.7.0dev-r@@SVN_REVISION@@
◆
LWGEOM_send()
Datum LWGEOM_send
(
PG_FUNCTION_ARGS
)
Definition at line
735
of file
lwgeom_inout.c
.
736
{
737
POSTGIS_DEBUG(2,
"LWGEOM_send called"
);
738
739
PG_RETURN_POINTER(
740
DatumGetPointer(
741
DirectFunctionCall1(
742
WKBFromLWGEOM
,
743
PG_GETARG_DATUM(0)
744
)));
745
}
WKBFromLWGEOM
Datum WKBFromLWGEOM(PG_FUNCTION_ARGS)
Definition:
lwgeom_inout.c:405
References
WKBFromLWGEOM()
.
Here is the call graph for this function:
postgis
lwgeom_inout.c
Generated by
1.9.1