PostGIS
2.5.7dev-r@@SVN_REVISION@@
◆
postgis_typmod_srid()
Datum postgis_typmod_srid
(
PG_FUNCTION_ARGS
)
Definition at line
410
of file
gserialized_typmod.c
.
411
{
412
int32
typmod = PG_GETARG_INT32(0);
413
if
( typmod < 0 )
414
PG_RETURN_INT32(0);
415
PG_RETURN_INT32(
TYPMOD_GET_SRID
(typmod));
416
}
TYPMOD_GET_SRID
#define TYPMOD_GET_SRID(typmod)
Macros for manipulating the 'typemod' int.
Definition:
liblwgeom.h:165
int32
unsigned int int32
Definition:
shpopen.c:273
References
TYPMOD_GET_SRID
.
postgis
gserialized_typmod.c
Generated by
1.9.1