The ST_LineString type is a subtype of ST_Curve that uses straight line segments between control points.
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.
SQL/MM (ISO/IEC 13249-3: 2006) 7.2
ST_LineString constructor
ST_LineStringAggr method for type ST_LineString
ST_NumPoints method for type ST_LineString
ST_PointN method for type ST_LineString
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |