ST_MakePointM — Creates a Point given its x,y,m coordinates.
geometry ST_MakePointM(
double precision
X, double precision
Y, double precision
Z, double precision
M)
;
Creates a Point given its coordinates. The point's coordinates obtained will be formatted as XYZM with Z=0.
The OGC function is ST_PointFromText.
2D | 3D | M |
---|---|---|
- |
OGC SFS for SQL. 1.1 (1999) | OGC SFS for SQL. 1.1.0 (2005) | OGC SFS for SQL. 1.2.0 (2006) | SQL-MM Part 3 |
---|---|---|---|
- | - | - | - |