ST_Width — ラスタの幅をピクセル単位で返します。
integer ST_Width(raster rast);
integer ST_Width(
)
ラスタの幅をピクセル単位で返します。
SELECT ST_Width(rast) As rastwidth FROM dummy_rast WHERE rid=1; rastwidth ---------------- 10
ST_Height