ST_3DLength
Signature
Description
Returns the 3D length of a (multi)Linestring
.
In the case of a 2D Geometry, ST_3DLength
returns the same value as
ST_Length
.
Note that (multi)point
s, (multi)polygon
s or GeometryCollection
s return 0.0
.
Examples
See also