st_lineextend(geom geometry, distance_forward double precision, distance_backward double precision DEFAULT 0.0)


Description

args: line, distance_forward, distance_backward=0.0 - Returns a line with the last and first segments extended the specified distance(s).

Parameters

Name Type Mode
geom geometry IN
distance_forward double precision IN
distance_backward double precision IN

Definition