This node finds two endpoints of a line geometry in input table.

Ports

Input Port

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

Output Port

0   Tale containing 2 geometry columns representing start and end point of line geometry. The geometry columns are prefixed with “the_geom”.

Further Details


Type

Accessors

Related functions

See related functions in PostGIS ST_StartPoint and ST_EndPoint.