ST_ZmFlag — Returns a code that represents the number of coordinated dimensions of a Geometry.
integer ST_ZmFlag(
bytea
Geometry)
;
Returns a code that represents the number of coordinated dimensions of a Geometry. Code values are 0=2d, 1=3dm, 2=3dz, 3=4d.
Jaspa transforms a XYM geometry to a XYZM geometry with Z=0. Therefore, this fuction will never return 1. With a XYM Geometry, Jaspa would return 3, whereas Postgis would return 1. |
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 |
---|---|---|---|
- | - | - | - |