MI_CentroidX

説明

ジオメトリ オブジェクトのセントロイドの x 座標を返します。

構文

MI_CentroidX ( geometry )

引数

geometry は、ジオメトリを返す式です。

指定した国ジオメトリのセントロイドの x 座標を返します。

select MI_CentroidX([Geometry_Column]) as mi_centroidX from countries where country= ANY ('Bermuda','Cuba')

コメント

戻り値は double 型で、入力の geometry の座標系における値を表します。