Hub
Pricing About
NodeNode / Other

Relate Geometries

Community NodesSpatial ProcessingTransform
Drag & drop
Like

Takes two tables containing geometries in WKT format. These two tables should have the same count of entities. Line by line the operator will be applied and the result appended as a novel Boolean column of the first table.

  • Equals: the geometries have the same type and points
  • Disjoint: the geometries have no points in common
  • Intersects: the geometries have at least one point in common.:
  • Touches: the geometries only touch edges and do not overlap in any way:
  • Crosses: the geometries do more than touch, they actually overlap edges:
  • Within: one geometry is completely within another (no touching edges):
  • Contains: one geometry contains another:
  • Overlaps: the geometries have some points in common; but not all points in common (so if one geometry is inside the other overlaps would be false). The overlapping section must be the same kind of shape as the two geometries; so two polygons that touch on a point are not considered to be overlapping.: The definition of the overlaps relationship is a little bit different than that used in common English (normally you would assume that a geometry contained inside another geometry is "overlapping"; to test for that situation use Intersects)

The actual computation is done by the Geotools library .

Node details

Input ports
  1. Type: Table
    datatable with WKT geometries
    Table with WKT geometries
  2. Type: Table
    datatable with WKT geometries
    Table with WKT geometries
Output ports
  1. Type: Table
    datatable with WKT geometries
    Top table with the relationship

Extension

The Relate Geometries node is part of this extension:

  1. Go to item

Related workflows & nodes

  1. Go to item
  2. Go to item
  3. Go to item

KNIME
Open for Innovation

KNIME AG
Talacker 50
8001 Zurich, Switzerland
  • Software
  • Getting started
  • Documentation
  • Courses + Certification
  • Solutions
  • KNIME Hub
  • KNIME Forum
  • Blog
  • Events
  • Partner
  • Developers
  • KNIME Home
  • Careers
  • Contact us
Download KNIME Analytics Platform Read more about KNIME Business Hub
© 2025 KNIME AG. All rights reserved.
  • Trademarks
  • Imprint
  • Privacy
  • Terms & Conditions
  • Data Processing Agreement
  • Credits