ST_CoordDim — Returns the coordinate dimension of the Geometry.
integer ST_CoordDim(
bytea
Geometry)
;
Returns the coordinate dimension of the Geometry. Values are 2 (X,Y), 3 (X, Y, Z), 4 (X,Y,Z,M) or Null (Empty geometry).
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 |
---|---|---|---|
- | - | - | 5.1.3 |