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()