st_locatebetweenelevations(geometry geometry, fromelevation double precision, toelevation double precision)


Description

args: geom, elevation_start, elevation_end - Returns the portions of a geometry that lie in an elevation (Z) range.

Parameters

Name Type Mode
geometry geometry IN
fromelevation double precision IN
toelevation double precision IN

Definition