PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ LWGEOM_from_bytea()

Datum LWGEOM_from_bytea ( PG_FUNCTION_ARGS  )

Definition at line 820 of file lwgeom_inout.c.

References LWGEOMFromEWKB().

Referenced by LWGEOM_to_bytea().

821 {
822  GSERIALIZED *result;
823 
824  POSTGIS_DEBUG(2, "LWGEOM_from_bytea start");
825 
826  result = (GSERIALIZED *)DatumGetPointer(DirectFunctionCall1(
827  LWGEOMFromEWKB, PG_GETARG_DATUM(0)));
828 
829  PG_RETURN_POINTER(result);
830 }
Datum LWGEOMFromEWKB(PG_FUNCTION_ARGS)
Definition: lwgeom_inout.c:369
Here is the call graph for this function:
Here is the caller graph for this function: