st_relate (geometry1 st_geometry, geometry2 st_geometry, patternMatrix string) Опция 2 patternMatrix string st_relate (geometry1 st_geometry, geometry2 st_geometry) Типвозвращаемогозначения Логический ...
ST_Relate は、2 つのジオメトリを比較し、ジオメトリが DE-9IM のパターン マトリックス文字列で指定された条件を満たす場合は 1 (Oracle および SQLite) または t (PostgreSQL) を返します。
ST_RELATE(geometry1,geometry2,boundaryNodeRule) ST_RELATE函数的功能是根据输入的边界值规则(boundaryNodeRule),计算用于表示输入的两个Geometry之间空间关系的DE-9IM矩阵字符串。 geometry 通用表达式,其值必须为有效的ST_GEOMETRY类型的数据。 输入的geometry1和geometry2须具有相同的空间参考系标识号(SRID)。
ST_Relate takes two geometry columns and a string and returns a boolean column. The function returnsTrueif the first geometry and the second geometry satisfy the spatial relationship defined by the specifiedDE-9IMstring code; otherwise, it returnsFalse. The string code contains nine characters that...
测试某几何值是否在空间上与由交集矩阵指定的另一个几何值相关。 ST_Relate 方法使用维度扩展 9 交集模型 (DE-9IM) 提供的 9 个字符的字符串描述两个空间数据项之间的成对关系。例如,ST_Relate 方法可确定几何之间是否存在交集,如果存在,还可以确定所得交集的几何。
バージョン2: ST_Relate('LINESTRING(0 0,0 1)'::geometry, 'LINESTRING(0 0,1 1)'::geometry); st_relate --- FF1F00102 (1行) 前へ: ST_Project次へ: ST_RelateMatch
8 months, 3 weeks ago Type article Status active License CC BY-SA / Gnu FDL History Comments Edit Attachments No attachments exist Syntax ST_Relate(g1, g2, i) Description Returns true if Geometryg1is spatially related to Geometryg2by testing for intersections between the interior, boundary an...
boolean ST_Relate(geometry geomA , geometry geomB , text intersectionMatrixPattern); text ST_Relate(geometry geomA , geometry geomB); text ST_Relate(geometry geomA , geometry geomB , integer boundaryNodeRule); 参数 参数名称描述 geomA 第一个Geometry对象。 geomB 第二个Geometry对象。 intersectionMa...
このトピックでは、ST_RelateMatch関数について説明します。 この関数は、交差行列が交差パターンに適合するかどうかをチェックする。 構文 ブールST_RelateMatch(text intersectionMatrix、text intersectionMatrixPattern); パラメーター パラメーター 説明 intersectionMatrix 指定する交差行列。The int...
boolean ST_Relate(geometry geomA , geometry geomB , text intersectionMatrixPattern); text ST_Relate(geometry geomA , geometry geomB); text ST_Relate(geometry geomA , geometry geomB , integer boundaryNodeRule); 参数 参数名称 描述 geomA 第一个Geometry对象。 geomB 第二个Geometry对象。 intersection...