Name

Intersects — Returns true if any pair of primitives from the two topogeometries intersect.

Synopsis

boolean Intersects(topogeometry tg1, topogeometry tg2);

Descrizione

Returns true if any pair of primitives from the two topogeometries intersect.

[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).

Disponibilità: 1.1.0

Questa funzione supporta il 3d e non distrugge gli z-index.

Esempi

      

Si veda anche

ST_Intersects