Use this when you want to construct a polyline from a list of points (control points) within a flow, for example assembling a path or boundary from calculated vertices.
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
Feed in a list of points
You can use centroid, Points In Polygon, or even array to generate points.
Or, use construct vector to create a point from coordinates
The result is a polyline created by drawing the shortest line through each point


