ST_LineFromMultiPoint
Name
ST_LineFromMultiPoint — Creates a LineString from a MultiPoint geometry.
Synopsis
geometry
ST_LineFromMultiPoint
(
geometry
aMultiPoint
)
;
Description
Creates a LineString from a MultiPoint geometry.
This function supports 3d and will not drop the z-index.