ST_PointZ
Name
ST_PointZ — Creates a Point with the given coordinate and SRID values.
Synopsis
geometry
ST_PointZ
(
float
x
, float
y
, float
z
, integer
srid=unknown
)
;
Description
Returns an Point with the given X, Y and Z coordinate values, and optionally an SRID number.