Name

Intersects — Devuelve verdadero si cualquier par de primitivas de las dos topogeometries se intersectan.

Synopsis

boolean Intersects(topogeometry tg1, topogeometry tg2);

Descripción

Devuelve verdadero si cualquier par de primitivas de las dos topogeometries se intersectan.

[Note]

This function not supported for topogeometries that are geometry collections. It also can not compare topogeometries from different topologies. Also not currently supported for hierarchical topogeometries (topogeometries composed of other topogeometries).

Disponibilidad: 1.1.0

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

Ejemplos

      

Ver también

ST_Intersects