ST_Crosses Method | Geospatial Data Types | Teradata Vantage - ST_Crosses Method - Advanced SQL Engine - Teradata Database

Geospatial Data Types

Product
Advanced SQL Engine
Teradata Database
Release Number
17.10
Published
July 2021
Language
English (United States)
Last Update
2021-07-27
dita:mapPath
ufo1590694251930.ditamap
dita:ditavalPath
ufo1590694251930.ditaval
dita:id
B035-1181
lifecycle
previous
Product Category
Teradata Vantageā„¢

Tests if an ST_Geometry value spatially crosses another ST_Geometry value.

Valid Data Types

All ST_Geometry types except geometry collections.

This method can be called on 3D geometries (those that include z coordinates). However, the z coordinate is ignored in method calculations.

Result Type

Returns an INTEGER value:
  • 1, if the geometries cross
  • 0, if the geometries do not cross