This node returns the area of geometries listed in input table and add an area column in output table. 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 a geometry column in GeoJSON format with other attributes. The geometry column name should be prefixed with “the_geom”.

Output Port

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

Further Details


Type

Processing

Related functions

See related functions in GeoTools function and PostGIS ST_Area.