st_addmeasure(geometry, double precision, double precision)


Description

args: geom_mline, measure_start, measure_end - Return a derived geometry with measure elements linearly interpolated between the start and end points. If the geometry has no measure dimension, one is added. If the geometry has a measure dimension, it is over-written with new values. Only LINESTRINGS and MULTILINESTRINGS are supported.

Parameters

Name Type Mode
$1 USER-DEFINED IN
$2 double precision IN
$3 double precision IN

Definition