Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
ST_Surface に空間全体が含まれているかどうかをテストします。
このメソッドは、曲面の空間参照系のジオメトリでは使用できません。
surface-expression.ST_IsWorld()
BIT 面に空間全体が含まれている場合は 1 を返し、それ以外の場合は 0 を返します。
SQL/MM (ISO/IEC 13249-3: 2006) 8.1.6
次の例では、結果として 1 を返します。
1
SELECT NEW ST_Polygon( NEW ST_Point( -180, -90, 1000004326 ), NEW ST_Point( 180, 90, 1000004326 ) ).ST_IsWorld()