ST_UnGeoreference

更新时间:
复制 MD 格式

Removes the geographic reference information from a raster object.

Syntax

raster ST_UnGeoreference(raster rast)

Parameters

ParameterDescription
rastThe raster object.

Examples

Remove the geographic reference information from the raster object with ID 1:

UPDATE rast SET rast = ST_UnGeoreference(rast) WHERE id = 1;

Output:

(1 row)