slice

Takes a LineString, a start and a stop Position and returns a subsection of the line between those points. The start and stop points do not need to fall exactly on the line.

Return

The sliced subsection of the line

Parameters

start

Start position

stop

Stop position


Takes a LineString, a start and a stop Point and returns a subsection of the line between those points. The start and stop points do not need to fall exactly on the line.

Return

The sliced subsection of the line

Parameters

start

Start point

stop

Stop point


Takes a LineString and a specified distance along the line to a start and stop, and returns a subsection of the line in-between those points.