Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
返回保证在多表面中某一表面上的点。
multisurface-expression.ST_PointOnSurface()
ST_Point 如果多表面是空集,则返回 NULL。否则返回保证与 ST_MultiSurface 值在空间中相交的 ST_Point 值。
结果的空间参照系标识符与 multisurface-expression 的空间参照系标识符相同。
返回在多表面的某一表面内的点。
如果 multisurface-expression 包含圆弧线串,则将这些圆弧线串内插到线串中。
SQL/MM (ISO/IEC 13249-3: 2006) 9.5.6
以下示例返回与多表面相交的点。
SELECT TREAT( Shape AS ST_MultiSurface ).ST_PointOnSurface() FROM SpatialShapes WHERE ShapeID = 27