ST_LineString type

The ST_LineString type is a subtype of ST_Curve that uses straight line segments between control points.

Syntax

ST_LineString type

Members

All members of the ST_LineString type, including all inherited members.

Members of ST_LineString:

Members of ST_Curve:

Members of ST_Geometry:

Remarks

The ST_LineString type is a subtype of ST_Curve that uses straight line segments between control points. Each consecutive pair of points is joined with a straight line segment.A line is an ST_LineString value with exactly two points. A linear ring is an ST_LineString value which is closed and simple.

Standards and compatibility

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