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