PostGIS
3.6.2dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches
◆
ST_PointM()
Datum ST_PointM
(
PG_FUNCTION_ARGS
)
Definition at line
2228
of file
lwgeom_functions_basic.c
.
2229
{
2230
double
x
= PG_GETARG_FLOAT8(0);
2231
double
y
= PG_GETARG_FLOAT8(1);
2232
double
m = PG_GETARG_FLOAT8(2);
2233
int
srid = PG_GETARG_INT32(3);
2234
LWPOINT
*point =
lwpoint_make3dm
(srid, x, y, m);
2235
GSERIALIZED
*
result
= geometry_serialize((
LWGEOM
*)point);
2236
PG_RETURN_POINTER(
result
);
2237
}
result
char result[OUT_DOUBLE_BUFFER_SIZE]
Definition
cu_print.c:267
lwpoint_make3dm
LWPOINT * lwpoint_make3dm(int32_t srid, double x, double y, double m)
Definition
lwpoint.c:184
pixval.y
y
Definition
pixval.py:56
pixval.x
x
Definition
pixval.py:55
GSERIALIZED
Definition
liblwgeom.h:443
LWGEOM
Definition
liblwgeom.h:457
LWPOINT
Definition
liblwgeom.h:469
References
lwpoint_make3dm()
, and
result
.
Here is the call graph for this function:
postgis
lwgeom_functions_basic.c
Generated by
1.9.8