This node returns a subset of geometries from all geometries listed in input table. You can select what type of geometries you want to filter from the option. This operation also converts a multi or geometrycollection object to a list of geometries of any single geometry type (e.g. Point, Line or Polygon) if one of them is selected.

Dialog Options


Geometry Type

The Geometry type you want to filter.

 

Ports

Input Port

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

Output Port

0   Table containing filtered geometries with other attributes. The geometry column is prefixed with “the_geom”.

Further Details


Type

Conversion

Further functions

TO BE COMPLETED