This node splits a geometry in first geometry column using line geometry in second geometry column and produces 2 geometries after splitting.

Ports

Input Port

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

Output Port

0   Table containing two splitted geometry columns in GeoJSON format after performing row-wise splitting. The geometry column name is prefixed with “the_geom”.

Further Details


Type

Processing

Related functions

See related functions in PostGIS ST_Split.