Returns a formatted copy of the transform definition.
ST_SpatialRefSys::ST_FormatTransformDefinition(transform-definition)
Name | Type | Description |
---|---|---|
transform-definition |
LONG VARCHAR |
The spatial reference system transform definition text |
LONG VARCHAR Returns a text string defining the transform definition
Returns a formatted copy of the transform definition.
SQL/MM (ISO/IEC 13249-3: 2006) Vendor extension
The following example returns the result +proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs +towgs84=0,0,0 +no_defs
.
SELECT ST_SpatialRefSys::ST_FormatTransformDefinition('+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs') |
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |