st_longestline


Description

args: g1, g2 - Returns the 2-dimensional longest line points of two geometries. The function will only return the first longest line if more than one, that the function finds. The line returned will always start in g1 and end in g2. The length of the line this function returns will always be the same as st_maxdistance returns for g1 and g2.

Parameters

Name Type Mode
geom1 USER-DEFINED IN
geom2 USER-DEFINED IN