PostGIS
2.5.7dev-r@@SVN_REVISION@@
◆
LWGEOM_set_srid()
Datum LWGEOM_set_srid
(
PG_FUNCTION_ARGS
)
Definition at line
107
of file
lwgeom_ogc.c
.
108
{
109
GSERIALIZED
*g = (
GSERIALIZED
*)PG_DETOAST_DATUM_COPY(PG_GETARG_DATUM(0));
110
int
srid = PG_GETARG_INT32(1);
111
gserialized_set_srid
(g, srid);
112
PG_RETURN_POINTER(g);
113
}
gserialized_set_srid
void gserialized_set_srid(GSERIALIZED *s, int32_t srid)
Write the SRID into the serialized form (it is packed into three bytes so this is a handy function).
Definition:
g_serialized.c:117
GSERIALIZED
Definition:
liblwgeom.h:383
References
gserialized_set_srid()
.
Here is the call graph for this function:
postgis
lwgeom_ogc.c
Generated by
1.9.1