image.png

Category: Construct Geometry Kind: Operation Description: Construct a linestring from points

Inputs

Name Abbreviation Type Access Description
Points P Vector List The points to construct the linestring from

Outputs

Name Abbreviation Type Access Description
Feature F Cartesian Item The linestring

How To

  1. Feed in a list of points
    1. You can use centroid, Points In Polygon, or even array to generate points.
    2. Or, use construct vector to create a point from coordinates
    3. Or, use multiple Reference Feature nodes to select individual points in your project
  2. The result is a polyline created by drawing the shortest line through each point

Example:

image.png