maya
.public
Tables
(current)
Columns
Constraints
Relationships
Orphan Tables
Anomalies
Routines
st_force_3d(geometry)
Description
args: geomA - Forces the geometries into XYZ mode. This is an alias for ST_Force_3DZ.
Parameters
Name
Type
Mode
$1
USER-DEFINED
IN
Definition
SELECT _postgis_deprecate('ST_Force_3d', 'ST_Force3D', '2.1.0'); SELECT ST_Force3D($1);