ST_Length
Signature
Description
Returns the length of (multi)Linestring
.
Length is measured in the units of the spatial reference system.
Note that (multi)point
s, (multi)polygon
s or GeometryCollection
s return 0.0
.
Implements the OpenGIS Simple Features Implementation Specification for
SQL version
1.2.1.
Examples
Cases where ST_Length
returns 0
See also