Operations between Geometries

Takes two tables containing geometries in WKT format. These two tables should have the same count of entities. Line by line the operation will be applied and the result will replace the geometry of the first table.
  • difference: the parts of the first geometry minus the second one
  • intersection: the parts common to the first and second geometries
  • union: the union of both geometries

The actual computation is done by the Geotools library.

Options

operation
The operation to use

Input Ports

Icon
Table with WKT geometries
Icon
Table with WKT geometries

Output Ports

Icon
Top table with updated geometries

Views

This node has no views

Workflows

  • No workflows found

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.