The ST_Curve type is a supertype for types representing lines using a sequence of points.
Methods of ST_Curve:
All methods of ST_Geometry type can also be called on a ST_Curve type:
The ST_Curve type is a supertype for types representing lines using a sequence of points. Subtypes specify whether the control points are joined using straight segments (ST_LineString), circular segments (ST_CircularString) or a combination (ST_CompoundCurve).
The ST_Curve type is not instantiable.
An ST_Curve value is simple if it does not intersect itself (except possibly at the end points). If an ST_Curve value does intersect at its endpoints, it is closed. An ST_Curve value that is both simple and closed is called a ring.
SQL/MM (ISO/IEC 13249-3: 2006) 7.1
ST_CurveToLine method
ST_EndPoint method
ST_IsClosed method
ST_IsRing method
ST_Length method
ST_StartPoint method
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |