Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
ST_Surface 値と空間的に交差することが保証される ST_Point 値を返します。
surface-expression に円ストリングが含まれている場合、それらは線ストリングに補間されます。
surface-expression.ST_PointOnSurface()
ST_Point 面が空のセットの場合は、NULL を返します。それ以外の場合は、ST_Surface 値と空間的に交差することが保証される ST_Point 値を返します。
結果の空間参照系識別子は、surface-expression の空間参照系と同じです。
SQL/MM (ISO/IEC 13249-3: 2006) 8.1.5
次の例では、多角形と交差するポイントを返します。
SELECT NEW ST_Polygon( 'Polygon(( 1 0, 0 10, 1 1, 2 10, 1 0 ))' ) .ST_PointOnSurface()