文档

ST_RelateMatch

更新时间:

返回给定的相交矩阵是否满足给定的相交模式。

语法

boolean  ST_RelateMatch(text  intersectionMatrix , text  intersectionMatrixPattern);

参数

参数名称

描述

intersectionMatrix

相交矩阵。

intersectionMatrixPattern

相交矩阵模式。

示例

默认调用:

SELECT ST_RelateMatch('FF1F00102', 'FF*******') ;
 st_relatematch
----------------
 t
(1 row)
  • 本页导读 (1)
文档反馈