Name

交点 — 如果两个拓扑几何中的任何一对基元相交,则返回True。

Synopsis

boolean Intersects(topogeometry tg1, topogeometry tg2);

描述

如果两个拓扑几何中的任何一对基元相交,则返回True。

[Note]

作为几何图形集合的地形几何不支持此功能。它也不能比较来自不同拓扑的拓扑几何。目前也不支持层次拓扑几何(由其他拓扑几何组成的拓扑几何)。

可用性:1.1.0

This function supports 3d and will not drop the z-index.

示例

另请参阅

ST_Intersects