Name

Intersects — Returns true if two topogeometries are composed of the same topology primitives.

Synopsis

boolean Equals(topogeometry tg1, topogeometry tg2);

Description

Returns true if two topogeometries share primitives or primitives 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 hierarchichal topogeometries (topogeometries composed of other topogeometries).

Availability: 1.?

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

Examples

See Also

ST_Intersects