Syntax - Advanced SQL Engine - Teradata Database

Geospatial Data Types

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
17.00
Published
June 2020
Language
English (United States)
Last Update
2021-01-23
dita:mapPath
vci1556127188517.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1181
lifecycle
previous
Product Category
Teradata Vantageā„¢
ST_Transform ( [ toSRSid, ] toWktSRS, fromWktSRS )
toSRSid
An INTEGER that is the identifier of the spatial reference system returned by the method.
toWktSRS
A VARCHAR(2048) for the WKT representation of the spatial reference system to transform to.
fromWktSRS
A VARCHAR(2048) for the WKT representation of the spatial reference system to assign to the geometry value (without any transformation) before transforming it to the spatial reference system specified by toWktSRS.