Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 17 » SQL Anywhere Server - Spatial Data Support » Spatial types and functions

ST_LineString type

The ST_LineString type is used to represent a multi-segment line using straight line segments between control points.

Direct supertype
Methods
Remarks

The ST_LineString type is used to represent a multi-segment line using 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
  • SQL/MM (ISO/IEC 13249-3: 2006)

    7.2