Queries the upper-left Y coordinate of a raster object in the spatial reference system.
前提条件
The raster object has a valid spatial reference system identifier (SRID).
構文
float8ST_UpperLeftY(raster raster_obj)
パラメーター
項目 | 説明 |
raster_obj | ラスターオブジェクトの名前です。 |
例
select st_upperleftx(rast), st_upperlefty(rast)
from raster_table;
st_upperleftx | st_upperlefty
---------------+---------------
440720 | 3751320