获得raster对象在空间参考系下像素的高度。
语法
float8 ST_PixelHeight(raster raster_obj)
参数
参数名称 | 描述 |
---|---|
raster_obj | raster对象。 |
描述
PixelHeight如下图红色部分所示。如果raster的旋转为0,即等同于ScaleY。
示例
select st_pixelwidth(rast), st_pixelheight(rast)
from raster_table;
st_pixelwidth | st_pixelheight
---------------+----------------
60 | 60