Merges a collection of linear components to form maximal-length linestrings. Details are available here. This is a row-wise operation.

Ports

Input Port

0 Table containing line or multiline geometry column in GeoJSON format with other attributes. The geometry column name should be prefixed with “the_geom”.

Output Port

0   Table containing a single geometry column after merging and with other attributes. The geometry column is prefixed with “the_geom”.

Further Details


Type

Editor

Related functions

See related functions in PostGIS ST_LineMerge.