Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 12.0.0 (中文) » SQL Anywhere 服务器 - 空间数据支持 » 访问和操作空间数据 » ST_Geometry 类型

 

类型 ST_Geometry 的 ST_Relate 方法

测试某几何值是否在空间上与由交集矩阵指定的另一个几何值相关。ST_Relate 方法使用维度扩展 9 交集模型 (DE-9IM) 提供的 9 个字符的字符串描述两个空间数据项之间的成对关系。例如,ST_Relate 方法可确定几何之间是否存在交集,如果存在,还可以确定所得交集的几何。另请参见: 用 ST_Relate 方法测试自定义关系

 重载列表

类型 ST_Geometry 的 ST_Relate(ST_Geometry,CHAR(9)) 方法
类型 ST_Geometry 的 ST_Relate(ST_Geometry) 方法