Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
変換定義のフォーマット済みコピーを返します。
ST_SpatialRefSys::ST_FormatTransformDefinition(transform-definition)
transform-definition
LONG VARCHAR
空間参照系の変換定義テキスト
LONG VARCHAR 変換定義を定義しているテキスト文字列を返します。
SQL/MM (ISO/IEC 13249-3: 2006) ベンダー拡張
次の例では、結果として +proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs +towgs84=0,0,0 +no_defs を返します。
+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')