ST_LineMerge
Signatures
Description
Merges a collection of LINESTRING
elements in order to create a new collection of maximal-length LINESTRING
s.
If the user provide something else than (MULTI)LINESTRING
it returns an EMPTY MULTILINESTRING
.
Examples
Case with a LINESTRING
Case with a MULTILINESTRING
Case with mixed dimension geometries
See also