This node returns the length of line geometries listed in input table and add a length column. The input table must contain a geometry column with the name “the_geom”” and geometries must be in GeoJSON format.

Ports

Input Port

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

Output Port

0   Table containing length column along with all columns in input table.

Further Details


Type

Geometry info

Related functions

See related functions in JTS ????  function and PostGIS ST_Length.