ST_LineString( ST_Point , ST_Point , ST_Point ) constructor

Constructs a linestring value from a list of points in a specified spatial reference system.

Syntax

NEW ST_LineString( ST_Point pt1, ST_Point pt2, ST_Point pti)

Parameters

Returns

ST_LineString Returns a linestring constructed from the specified points.

Examples

Standards

SQL/MM (ISO/IEC 13249-3: 2006) Vendor extension