The ST_LineString type is a subtype of ST_Curve that uses straight line segments between control points.
Methods of ST_LineString:
All methods of ST_Curve type can also be called on a ST_LineString type:
All methods of ST_Geometry type can also be called on a ST_LineString type:
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
ST_NumPoints method
ST_PointN method
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |