ST_Difference Method | Geospatial Data Types | Teradata Vantage - ST_Difference 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™

Returns an ST_Geometry value that represents the point set difference of two ST_Geometry values.

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. Consequently, any z coordinates returned by this method should be ignored. Teradata recommends using the Make_2D method to strip out the z coordinates of the return value.

Result Type

Returns an ST_Geometry type where the representation is one of the possible set of types in the following table, depending on the parameter types.

a — b Ø ST_Point ST_LineString, GeoSequence ST_Polygon ST_MultiPoint ST_MultiLineString ST_MultiPolygon
Ø Ø Ø Ø Ø Ø Ø Ø
ST_Point R01 R09 R09 R09 R09 R09 R09
ST_LineString, GeoSequence R02 R02 R08 R08 R02 R08 R08
ST_Polygon R03 R03 R03 R14 R14 R14 R14
ST_MultiPoint R04 R13 R13 R13 R13 R13 R13
ST_MultiLineString R05 R05 R08 R08 R05 R08 R08
ST_MultiPolygon R06 R06 R06 R14 R06 R05 R06
Where:
  • R01 = ST_Point

  • R02 = ST_LineString
  • R03 = ST_Polygon
  • R04 = ST_MultiPoint
  • R05 = ST_MultiLineString
  • R06 = ST_MultiPolygon
  • R08 = Ø, ST_LineString, ST_MultiLineString

  • R09 = Ø, ST_Point

  • R13 = Ø, ST_Point, ST_MultiPoint

  • R14 = Ø, ST_Polygon, ST_MultiPolygon

Vantage converts GeoSequence types that are involved in the ST_Difference method to ST_LineString values. Therefore, ST_Difference never returns a GeoSequence type.