ST_Curve 类型是使用点序列表示线的类型的超类型。
ST_Curve 的方法:
也可以在 ST_Curve 类型上调用ST_Geometry 类型的所有方法:
ST_Curve 类型是使用点序列表示线的类型的超类型。子类型指定是使用直线段 (ST_LineString)、圆弧线段 (ST_CircularString) 还是两者的组合 (ST_CompoundCurve) 来连接控制点。
ST_Curve 类型不可实例化。
如果 ST_Curve 值不与自身相交(除了可能在端点相交以外),则为简单值。如果 ST_Curve 值在端点相交,则为闭合值。既简单又闭合的 ST_Curve 值称为环。
SQL/MM (ISO/IEC 13249-3: 2006) 7.1
ST_CurveToLine 方法
ST_EndPoint 方法
ST_IsClosed 方法
ST_IsRing 方法
ST_Length 方法
ST_StartPoint 方法
![]() |
使用DocCommentXchange讨论此页。
|
版权 © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |